MOPFromGeometry

Summary description for MOPFromGeometry.

Properties

CADFile
readonly

CADFile
 

ClearancePlane

CamBam.Values.CBValue`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

CurrentTool
readonly

CamBam.Library.ToolDefinition
 

CustomMOPFooter

CamBam.Values.CBValue`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

CustomMOPHeader

CamBam.Values.CBValue`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

CutFeedrate

CamBam.Values.CBValue`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

Enabled

System.Boolean
If Enabled is true, then display the toolpaths associated with this machine op and include in gcode output.

GeomExtremaMax
readonly

Point3F
 

GeomExtremaMin
readonly

Point3F
 

MaxCrossoverDistance

CamBam.Values.CBValue`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

MOPTypeName
readonly

System.String
 

Name

System.String
Each machine operation can be given a meaningful name or description.
This is output in the gcode as a comment and is very useful for keeping track of the function
of each machining operation.

NeedsRebuild
readonly

System.Boolean
 

OptimisationMode

CamBam.Values.CBValue`1[[CamBam.CAM.OptimisationModes, CamBam.CAD, Version=0.9.4466.39127, Culture=neutral, PublicKeyToken=null]]
 

Part

CamBam.CAM.CAMPart
The parent part that contains this mop.

PlungeFeedrate

CamBam.Values.CBValue`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

PrimitiveIds

System.Int32[]
List of drawing objects from which this machine operation is defined.

RoughingClearance

CamBam.Values.CBValue`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

RoughingFinishing

CamBam.Values.CBValue`1[[CamBam.CAM.RoughingFinishingOptions, CamBam.CAD, Version=0.9.4466.39127, Culture=neutral, PublicKeyToken=null]]
 

SpindleDirection

CamBam.Values.CBValue`1[[CamBam.CAM.SpindleDirectionOptions, CamBam.CAD, Version=0.9.4466.39127, Culture=neutral, PublicKeyToken=null]]
 

SpindleRange

CamBam.Values.CBValue`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

SpindleSpeed

CamBam.Values.CBValue`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

StartPoint

CamBam.Values.CBValue`1[[CamBam.Geom.Point3F, CamBam.Geom, Version=0.9.4466.39126, Culture=neutral, PublicKeyToken=null]]
 

StockSurface

CamBam.Values.CBValue`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

Style

System.String
 

Tag

System.String
 

ToolDiameter

CamBam.Values.CBValue`1[[System.Double, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

ToolNumber

CamBam.Values.CBValue`1[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]
 

ToolpathGenerating
readonly

System.Boolean
 

Toolpaths2

CamBam.CAM.ToolpathSequence
 

ToolProfile

CamBam.Values.CBValue`1[[CamBam.CAM.ToolProfiles, CamBam.CAD, Version=0.9.4466.39127, Culture=neutral, PublicKeyToken=null]]
 

Transform

CamBam.Values.CBValue`1[[CamBam.Geom.Matrix4x4F, CamBam.Geom, Version=0.9.4466.39126, Culture=neutral, PublicKeyToken=null]]
 

VelocityMode

CamBam.Values.CBValue`1[[CamBam.CAM.VelocityModes, CamBam.CAD, Version=0.9.4466.39127, Culture=neutral, PublicKeyToken=null]]
 

WorkPlane

CamBam.Values.CBValue`1[[CamBam.CAM.WorkplaneOptions, CamBam.CAD, Version=0.9.4466.39127, Culture=neutral, PublicKeyToken=null]]
 

Methods

Clone
MachineOp Clone ()
DependsOnEntity
Boolean DependsOnEntity (Int32 id)
PreProcess
Boolean PreProcess (MachineOpToGCode gcg)
RemoveEntity
Void RemoveEntity (Int32 id)
ShouldSerializeClearancePlane
Boolean ShouldSerializeClearancePlane ()
ShouldSerializeRoughingClearance
Boolean ShouldSerializeRoughingClearance ()
ShouldSerializeSpindleDirection
Boolean ShouldSerializeSpindleDirection ()
ShouldSerializeSpindleRange
Boolean ShouldSerializeSpindleRange ()
ShouldSerializeSpindleSpeed
Boolean ShouldSerializeSpindleSpeed ()
ShouldSerializeStockSurface
Boolean ShouldSerializeStockSurface ()
ShouldSerializeTransform
Boolean ShouldSerializeTransform ()
ShouldSerializeVelocityMode
Boolean ShouldSerializeVelocityMode ()
Update
Void Update ()
UpdateGeometryExtrema
Void UpdateGeometryExtrema (CADFile CADFile)