Class LaserCutoutDefinition
Inheritance
System.Object
System.MarshalByRefObject
LaserCutoutDefinition
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAM
Assembly: NXOpen.dll
Syntax
public class LaserCutoutDefinition : TaggedObject, IMessageSink
Constructors
LaserCutoutDefinition()
Declaration
protected LaserCutoutDefinition()
Properties
Angle
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterPoint
Declaration
public Point CenterPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
CornerRadius
Declaration
public double CornerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CutoutDefType
Declaration
public LaserCutoutDefinition.Types CutoutDefType { get; set; }
Property Value
Type | Description |
---|---|
LaserCutoutDefinition.Types |
CutoutSection
Declaration
public Section CutoutSection { get; set; }
Property Value
Type | Description |
---|---|
Section |
Diameter
Declaration
public double Diameter { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Length
Declaration
public double Length { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
WrenchSize
Declaration
public double WrenchSize { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink