Class LaserCutoutDefinition
Inheritance
LaserCutoutDefinition
Assembly: NXOpen.dll
Syntax
public class LaserCutoutDefinition : TaggedObject, IMessageSink
Constructors
LaserCutoutDefinition()
Declaration
protected LaserCutoutDefinition()
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
CenterPoint
Declaration
public Point CenterPoint { get; set; }
Property Value
CornerRadius
Declaration
public double CornerRadius { get; set; }
Property Value
CutoutDefType
Declaration
public LaserCutoutDefinition.Types CutoutDefType { get; set; }
Property Value
CutoutSection
Declaration
public Section CutoutSection { get; set; }
Property Value
Diameter
Declaration
public double Diameter { get; set; }
Property Value
Length
Declaration
public double Length { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
WrenchSize
Declaration
public double WrenchSize { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink