Click or drag to resize

BaseFlowJobElement Methods

The BaseFlowJobElement type exposes the following members.

Methods
 NameDescription
Public methodAddJobElement Adds a job element as a child.
Public methodCenterToOrigin Moves the job element so that its centroid is at the origin.
Public methodClearAllJobElements Removes all child items.
Public methodCompareWith
(Inherited from BaseJobElement)
Public methodCopyFrom Copies the source job element into this job element.
(Inherited from BaseJobElement)
Public methodDispose
(Inherited from BasePlugin)
Protected methodDispose(Boolean)
(Inherited from BasePlugin)
Public methodDisposeUI
(Overrides BaseJobElementDisposeUI(PluginSettingsView))
Protected methodDoClearAllJobElements Removes all child items of a given list.
Protected methodDoCompareWith
(Inherited from BaseJobElement)
Protected methodDoDisposeUI
(Inherited from BasePlugin)
Protected methodDoExecuteJobElements Process the child job elements relative to this job element. Each child can be modified by a local process configuration.
Protected methodDoGetUIMask
(Inherited from BaseJobElement)
Protected methodDoInsertJobElement Inserts a job element as a child of a given list.
Protected methodDoRemoveJobElement Removes a child job element from a given list.
Protected methodDoShowUI(String)
(Inherited from BaseJobElement)
Protected methodDoShowUI(JobElementHolder, String)
(Inherited from BaseJobElement)
Protected methodDoShowUI(JobElementHolder, String, PropertyMask)
(Inherited from BaseJobElement)
Protected methodDoShowUICallback(PluginSettingsView) This callback method is called when a GUI settings dialog is closed with Apply or OK and is used to extract the changed properties from a settings dialog in the GUI.
(Inherited from BaseJobElement)
Protected methodDoShowUICallback(JobElementHolder, PluginSettingsView) This callback method is called when a GUI settings dialog is closed with Apply or OK and is used to extract the changed properties from a settings dialog in the GUI.
(Inherited from BaseJobElement)
Protected methodExecuteJobElements Processes child job elements using a certain logic. This method is executed in between the PreExecute and the PostExecute methods.
Public methodFlip Flip the job element against given flags for axes.
Protected methodGenerateLocalTag
(Inherited from BaseJobElement)
Public methodGetBoundingBox 
Public methodGetUIMask
(Inherited from BaseJobElement)
Protected methodHandleChildJobElementProcessingStarting Propagates the event received from the helper back to the top executor.
Public methodHandleConditionPortChanged Performs necessary adjustments whenever the controller has updated its ports.
(Inherited from BaseJobElement)
Protected methodHandleLocalChildJobElementIsAvailable Handles the event received from the helper that a child job element is found.
Public methodHasDynamicChild Returns whether this job element contains a dynamic job element recursively.
Public methodHasInfinitePassChild Returns whether this job element contains a child with an infinite pass recursively.
Public methodHasNonFlowChild Returns whether this job element contains a job element that is not a flow job element.
Public methodHasPoint Tests whether a point is inside (inclusively) the job element. This applies only if the job element is on a single plane.
Public methodInitialize Plug-in specific initialization can be done here if necessary.
(Inherited from BasePlugin)
Public methodInsertJobElement Inserts a job element as a child.
Protected methodIsChildEditable 
Public methodMoveTo Moves the job element so that its centroid is at the given position.
Protected methodPostExecute Executes the necessary steps after the job elements were processed.
Protected methodPreExecute Executes the necessary steps before the job elements are processed.
Public methodRemoveJobElement Removes a child job element.
Public methodRotate(Double) Rotates the job element a given angle around the z-axis.
Public methodRotate(Double, dvec3) Rotates the job element a given angle with respect to a given vector passing through its centroid.
Public methodScale(Double) Scales the job element uniformly with respect to its centroid.
Public methodScale(dvec3) Scales the job element non-uniformly with respect to its centroid.
Public methodShowUI(String)
(Inherited from BaseJobElement)
Public methodShowUI(JobElementHolder, String)
(Inherited from BaseJobElement)
Public methodShowUI(JobElementHolder, String, PropertyMask)
(Overrides BaseJobElementShowUI(JobElementHolder, String, PropertyMask))
Public methodShowUICallback(PluginSettingsView)
(Inherited from BaseJobElement)
Public methodShowUICallback(JobElementHolder, PluginSettingsView)
(Overrides BaseJobElementShowUICallback(JobElementHolder, PluginSettingsView))
Public methodShowUICancelCallback(PluginSettingsView) Invokes the callback that can be used when the ShowUI method is done and the user pressed the cancel button
(Inherited from BasePlugin)
Public methodShowUICancelCallback(JobElementHolder, PluginSettingsView)
(Inherited from BaseJobElement)
Public methodToString
(Inherited from BasePlugin)
Public methodTransform Multiplies the model matrix with a transformation matrix.
Public methodTranslate Translates the job element with a given vector.
Protected methodUpdateFieldT Updates the Property to the value by using DirtyFlagLocker and setting IsDirty .
(Inherited from BaseJobElement)
Top
See Also