Click or drag to resize

MarkableSpiral Properties

The MarkableSpiral type exposes the following members.

Properties
 NameDescription
Public propertyAllowedScanControllers List of scan controllers as the target of the job element. An empty list means the job element allows any scan controller to be the target.
(Inherited from BaseMarkableJobElement)
Protected propertyApplicationDataDirectory The directory where application data, such as logs and configurations, are stored.
(Inherited from BaseJobElement)
Public propertyAvailableScanControllers List of available scan controllers that can be used as the targets.
(Inherited from BaseMarkableJobElement)
Protected propertyBoundingBoxMap
(Inherited from BaseMarkableJobElement)
Public propertyChordLength Gets or sets the cord length in Regular mode. A bigger value will decrease the number of vectors.
Public propertyCondition The binning condition for the holder of the job element.
(Inherited from BaseJobElement)
Protected propertyConfigurationManager
(Inherited from BasePlugin)
Protected propertyDefaultPenNumber
(Inherited from BaseMarkableJobElement)
Protected propertyDeviceManager
(Inherited from BaseJobElement)
Public propertyDirection Gets or sets the direction to inwards or outwards.
Protected propertyDirtyFlagLocker The lock object for property modification.
(Inherited from BaseJobElement)
Protected propertyDoHandleConditionPortChangedDelegate
(Inherited from BaseJobElement)
Public propertyEnvelopingOutline Defines the shape used to approximate the outline.
(Inherited from BaseMarkableJobElement)
Public propertyExecutions The number of times this job element should be executed.
(Inherited from BaseMarkableJobElement)
Public propertyExecutionSequences List of sequences on how the job element is iterated during execution. Each sequence can have its own number of iteration, outline pen, and filling pen.
(Inherited from BaseMarkableJobElement)
Public propertyFillingPenNumber The pen for the filling of this job element.
(Inherited from BaseMarkableVectorGraphic)
Public propertyFillingProfiles The fillingprofiles for the whole vector graphic. The values are dynamically generated during the rebuild process.
(Inherited from BaseMarkableVectorGraphic)
Public propertyFixedRadius Multiplier for Pitch when using FixedRadiusin Rectangular mode.
Public propertyInnerRadius Gets or sets the inner radius in Regular mode.
Public propertyIsDirty The flag to indicate whether the content of this job element has been modified.
(Inherited from BaseJobElement)
Public propertyIsDynamic The flag to indicate whether the content of this job element is dynamic.
(Inherited from BaseMarkableVectorGraphic)
Public propertyIsFillable Indicates whether the vector graphic content is fillable
(Inherited from BaseMarkableVectorGraphic)
Public propertyIsJerkLimited Commands the executor the unlock the scan head. Only activate this setting, if all vectors are jerk limited. Otherwise scan head could be damaged.
(Inherited from BaseMarkableVectorGraphic)
Public propertyIsLocked The flag to indicate whether the content of this job element should not be modified.
(Inherited from BaseMarkableJobElement)
Public propertyIsUsingVariable
(Inherited from BaseMarkableVectorGraphic)
Public propertyJobElementID The unique ID of the job element. If the concrete class inherits from BaseJobElement, the JobElementID of the BaseJobElement will be prefilled. Recommended not to be changed.
(Inherited from BaseJobElement)
Protected propertyLogDirectory The directory of the log file.
(Inherited from BasePlugin)
Public propertyLogger The common logger.
(Inherited from BasePlugin)
Public propertyMarkableConfiguration The configuration: marker profiles, model matrix, and bounding box.
(Inherited from BaseMarkableJobElement)
Public propertyMarkerProfile The settings for marking. This is a shortcut to the MarkerProfile contained in the MarkableConfiguration.
(Inherited from BaseMarkableVectorGraphic)
Public propertyOrientation Gets or sets the orientation to clockwise or counterclockwise.
Public propertyPenNumber
(Inherited from BaseMarkableVectorGraphic)
Public propertyPersistVectorGraphic Indicates whether the vector graphic content is statically generated, without the need of the Rebuild method.
(Inherited from BaseMarkableVectorGraphic)
Public propertyPitch Gets or sets the pitch.
Public propertyPluginMetadata The metadata of the plugin instances. If the concrete class inherits from the BasePluginSetup interface, the metadata of the BasePluginSetup will be prefilled.
(Inherited from BasePlugin)
Public propertyPOIs Points of interest to be drawn on canvas but not marked.
(Inherited from BaseMarkableJobElement)
Public propertyPropertyMask
(Inherited from BaseJobElement)
Public propertyRadius Gets or sets the radius of the spiral in Regular mode.
Public propertyShowConditionControllerUIDelegate The delegate to show the controller UI because no ports have been defined.
(Inherited from BaseJobElement)
Public propertySpan Length of the line segments in Regular mode.
Public propertyStartAngle Gets or sets the start angle in Regular mode.
Public propertyStartTurn First turn to execute when using rectangular spiral.
Public propertySupportIterationLevel
(Inherited from BaseMarkableJobElement)
Public propertySupportsCellFilling Indicates whether the vector graphic content supports cell based filling. Mostly useful for Cellcodes.
(Inherited from BaseMarkableVectorGraphic)
Public propertyTurns Number of turns in Rectangular mode.
Public propertyType Gets or sets the type.
Public propertyUseFixedRadius Uses fixed radius in Rectangular mode.
Protected propertyVariableManager
(Inherited from BaseJobElement)
Public propertyVariableScopeName
(Inherited from BaseJobElement)
Public propertyVectorGraphicEngine The vector graphic engine. This property holds the content of this job element.
(Inherited from BaseMarkableVectorGraphic)
Top
See Also