Class ClippingParameters
Inheritance
System.Object
System.MarshalByRefObject
ClippingParameters
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.CAE
Assembly: NXOpen.dll
Syntax
public class ClippingParameters : TaggedObject, IMessageSink
Constructors
ClippingParameters()
Declaration
protected ClippingParameters()
Methods
GetClipValue()
Declaration
public double GetClipValue()
Returns
Type | Description |
---|---|
System.Double |
GetCoordinateSystem()
Declaration
public Result.CoordinateSystem GetCoordinateSystem()
Returns
Type | Description |
---|---|
Result.CoordinateSystem |
GetPlane()
Declaration
public Post.ClipPlane GetPlane()
Returns
Type | Description |
---|---|
Post.ClipPlane |
GetSelectedCoordinateSystem(out Result.CoordinateSystemSource, out Int32)
Declaration
public void GetSelectedCoordinateSystem(out Result.CoordinateSystemSource source, out int id)
Parameters
Type | Name | Description |
---|---|---|
Result.CoordinateSystemSource | source | |
System.Int32 | id |
GetShowClippedGhost()
Declaration
public bool GetShowClippedGhost()
Returns
Type | Description |
---|---|
System.Boolean |
GetShowOutline()
Declaration
public bool GetShowOutline()
Returns
Type | Description |
---|---|
System.Boolean |
GetSide()
Declaration
public Post.ClipSide GetSide()
Returns
Type | Description |
---|---|
Post.ClipSide |
SetClipValue(Double)
Declaration
public void SetClipValue(double clipValue)
Parameters
Type | Name | Description |
---|---|---|
System.Double | clipValue |
SetCoordinateSystem(Result.CoordinateSystem)
Declaration
public void SetCoordinateSystem(Result.CoordinateSystem coordinateSystem)
Parameters
Type | Name | Description |
---|---|---|
Result.CoordinateSystem | coordinateSystem |
SetPlane(Post.ClipPlane)
Declaration
public void SetPlane(Post.ClipPlane plane)
Parameters
Type | Name | Description |
---|---|---|
Post.ClipPlane | plane |
SetSelectedCoordinateSystem(Result.CoordinateSystemSource, Int32)
Declaration
public void SetSelectedCoordinateSystem(Result.CoordinateSystemSource source, int id)
Parameters
Type | Name | Description |
---|---|---|
Result.CoordinateSystemSource | source | |
System.Int32 | id |
SetShowClippedGhost(Boolean)
Declaration
public void SetShowClippedGhost(bool showClippedGhost)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showClippedGhost |
SetShowOutline(Boolean)
Declaration
public void SetShowOutline(bool showOutline)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | showOutline |
SetSide(Post.ClipSide)
Declaration
public void SetSide(Post.ClipSide side)
Parameters
Type | Name | Description |
---|---|---|
Post.ClipSide | side |
Implements
System.Runtime.Remoting.Messaging.IMessageSink