Struct Post.Clipping
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct Clipping
Fields
ClipValue
Declaration
public double ClipValue
Field Value
| Type | Description |
|---|---|
| System.Double |
Plane
Declaration
public Post.ClipPlane Plane
Field Value
| Type | Description |
|---|---|
| Post.ClipPlane |
PlaneCoordinateSystem
Declaration
public Result.CoordinateSystem PlaneCoordinateSystem
Field Value
| Type | Description |
|---|---|
| Result.CoordinateSystem |
ShowClippedGhost
Declaration
public bool ShowClippedGhost
Field Value
| Type | Description |
|---|---|
| System.Boolean |
ShowOutline
Declaration
public bool ShowOutline
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Side
Declaration
public Post.ClipSide Side
Field Value
| Type | Description |
|---|---|
| Post.ClipSide |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.ValueType.ToString()