Class WorkPlane
Inheritance
System.Object
System.MarshalByRefObject
WorkPlane
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)
Assembly: NXOpen.dll
Syntax
public class WorkPlane : NXObject, IMessageSink, INXObject
Constructors
WorkPlane()
Declaration
Properties
GridColor
Declaration
public int GridColor { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool GridIsNonUniform { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GridOnTop
Declaration
public bool GridOnTop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GridType
Declaration
public WorkPlane.Grid GridType { get; set; }
Property Value
PolarShowMajorLines
Declaration
public bool PolarShowMajorLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RectangularShowMajorLines
Declaration
public bool RectangularShowMajorLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowGrid
Declaration
public bool ShowGrid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SnapToGrid
Declaration
public bool SnapToGrid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetPolarGridSize()
Declaration
public WorkPlane.PolarGridSize GetPolarGridSize()
Returns
Declaration
public WorkPlane.NonuniformGridSize GetRectangularNonuniformGridSize()
Returns
Declaration
public WorkPlane.GridSize GetRectangularUniformGridSize()
Returns
SetPolarGridSize(WorkPlane.PolarGridSize)
Declaration
public void SetPolarGridSize(WorkPlane.PolarGridSize polarGridSize)
Parameters
Declaration
public void SetRectangularNonuniformGridSize(WorkPlane.NonuniformGridSize nonuniformGridSize)
Parameters
Declaration
public void SetRectangularUniformGridSize(WorkPlane.GridSize gridSize)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink