Class XYZPlaneBuilder
Inheritance
XYZPlaneBuilder
Assembly: NXOpen.dll
Syntax
public class XYZPlaneBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
XYZPlaneBuilder()
Declaration
protected XYZPlaneBuilder()
Properties
AnchorOrigin
Declaration
public Point3d AnchorOrigin { get; set; }
Property Value
AnchorXAxis
Declaration
public Vector3d AnchorXAxis { get; set; }
Property Value
AnchorYAxis
Declaration
public Vector3d AnchorYAxis { get; set; }
Property Value
IsNumberEnabled
Declaration
public bool IsNumberEnabled { get; set; }
Property Value
IsSpacingEnabled
Declaration
public bool IsSpacingEnabled { get; set; }
Property Value
IsXEnabled
Declaration
public bool IsXEnabled { get; set; }
Property Value
IsYEnabled
Declaration
public bool IsYEnabled { get; set; }
Property Value
IsZEnabled
Declaration
public bool IsZEnabled { get; set; }
Property Value
Number
Declaration
public int Number { get; set; }
Property Value
Spacing
Declaration
public double Spacing { get; set; }
Property Value
Methods
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink