API changes - 2.37 |
+ public double SegmentOverlap { get; set; }
+ public double SegmentOverlap { get; set; }
- public void ApplyBitErrors( double? errors, double[] layersSelected = null, double[] magnificationsSelected = null, dvec2? expectedBottomLeft = null, dvec2? expectedTopRight = null, bool extrapolateSubfield = true )
+ public void ApplyBitErrors( double? errors, double[] layersSelected = null, double[] magnificationsSelected = null, dvec2? expectedBottomLeft = null, dvec2? expectedTopRight = null, bool extrapolateSubfield = true, bool truncateToLimits = false )
+ public double TransferDelay { get; set; }
+ Automation_SendCommand
+ Automation_SetCorrectionFile
+ ComplexGraphics_Barcodes
+ ComplexGraphics_Bitmap
+ ComplexGraphics_Drill
+ ComplexGraphics_DynamicVector
+ ComplexGraphics_Spiral
+ Container_ClusterCopy
+ Container_Group
+ Container_MatrixCopy
+ Container_PolarCopy
+ Container_Tiler
+ Container_ZShift
+ DeflectionUnit_MultipleCorrectionFiles
+ DeviceConfiguration_MultipleControllerCards
+ Execution_JobList
+ FillStyles_CircleArray
+ FillStyles_DrillArray
+ FillStyles_DrillPoints
+ FillStyles_Inset
+ FillStyles_Spiral
+ FillStyles_VectorGraphic
+ JobSettings_Full
+ JobTree_ProjectOnSurface
+ LaserTypes_Coherent
+ LaserTypes_Innolas
+ LaserTypes_Lumentum
+ LaserTypes_NLight
+ LayoutPresets
+ MarkingProperties_Full
+ ObjectPlacement_PickToFit
+ Objects3D_ExtrudedVector
+ Objects3D_Helix
+ Objects3D_Solid
+ ParameterFinder
+ PenParameters_DashedLine
+ PenParameters_ExportTable
+ PenParameters_PowerRamps
+ PenParameters_Skywriting
+ PenParameters_SpotMagnification
+ PenParameters_VelocityPower
+ PenParameters_Wobble
+ StandaloneMode
+ Tools_SliceNavigator
+ VectorEditing_AlienateContour
+ VectorEditing_Align
+ VectorEditing_CombineSplit
+ VectorEditing_CommonParameters
+ VectorEditing_FillingToVectors
+ VectorEditing_PointEditing
+ VectorEditing_ToExtrudedVectorGraphic
+ VectorOptimization_CloseGaps
+ VectorOptimization_ClosePaths
+ VectorOptimization_Combine
+ VectorOptimization_DoublePoints
+ VectorOptimization_Remove
+ VectorOptimization_Replace
+ VectorOptimization_SetPathStart
+ VectorOptimization_Sort
+ ViewportTools_Knife
+ bool IsVisible( GuiItem guiItem )
+ bool IsVisible( Metadata metadata )
+ RayguideVariant RayguideVariant { get; }
+ Full
+ Solar
+ Welding
+ public virtual bool IsVisible( GuiItem guiItem )
+ public virtual bool IsVisible( Metadata metadata )
+ public virtual RayguideVariant RayguideVariant { get; }
+ public VisibilityByLicenseManager( LicenseManager licenseManager )
- public void Segment( VectorGraphicLayer layer, dmat4 transformation, double angle, double range )
+ public void Segment( VectorGraphicLayer layer, dmat4 transformation, double angle, double range, double overlap = 0 )
+ public bool ShouldUseDynamicRadius { get; set; }
+ bool IsGuiEnabled( )
+ bool IsGuiEnabled( out ref string status )
+ bool IsSDKEnabled( )
+ void CheckSDK( )
+ RayguideSolar
+ RayguideWelding
+ public static bool IsGui( LicenseFeature feature )
+ public virtual bool IsGuiEnabled( )
+ public virtual bool IsGuiEnabled( out ref string status )
+ public virtual bool IsSDKEnabled( )
+ public virtual void CheckSDK( )
+ public LicenseMissingException( string msg )