Class WorkPlane
Assembly: NXOpen.dll
Syntax
public class WorkPlane : NXObject, IMessageSink, INXObject
Constructors
WorkPlane()
Declaration
Properties
GridColor
Declaration
public int GridColor { get; set; }
Property Value
Declaration
public bool GridIsNonUniform { get; set; }
Property Value
GridOnTop
Declaration
public bool GridOnTop { get; set; }
Property Value
GridType
Declaration
public WorkPlane.Grid GridType { get; set; }
Property Value
PolarShowMajorLines
Declaration
public bool PolarShowMajorLines { get; set; }
Property Value
RectangularShowMajorLines
Declaration
public bool RectangularShowMajorLines { get; set; }
Property Value
ShowGrid
Declaration
public bool ShowGrid { get; set; }
Property Value
ShowLabels
Declaration
public bool ShowLabels { get; set; }
Property Value
SnapToGrid
Declaration
public bool SnapToGrid { get; set; }
Property Value
Methods
GetPolarGridSize()
Declaration
public WorkPlane.PolarGridSize GetPolarGridSize()
Returns
Declaration
public WorkPlane.NonuniformGridSize GetRectangularNonuniformGridSize()
Returns
Declaration
public WorkPlane.GridSize GetRectangularUniformGridSize()
Returns
SetPolarGridSize(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