Class BoxBoundingVolume
Inheritance
System.Object
System.MarshalByRefObject
BoxBoundingVolume
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 BoxBoundingVolume : BoundingVolumePrimitive, IMessageSink
Constructors
BoxBoundingVolume()
Declaration
protected BoxBoundingVolume()
Methods
GetCsysEdgelengths(out CoordinateSystem, out Expression, out Expression, out Expression)
Declaration
public void GetCsysEdgelengths(out CoordinateSystem centerCsys, out Expression length, out Expression width, out Expression height)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSystem | centerCsys | |
Expression | length | |
Expression | width | |
Expression | height |
GetDiagonalPoints(out Point, out Point)
Declaration
public void GetDiagonalPoints(out Point firstPoint, out Point secondPoint)
Parameters
Type | Name | Description |
---|---|---|
Point | firstPoint | |
Point | secondPoint |
SetCsysEdgelengths(CoordinateSystem, Expression, Expression, Expression)
Declaration
public void SetCsysEdgelengths(CoordinateSystem centerCsys, Expression length, Expression width, Expression height)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSystem | centerCsys | |
Expression | length | |
Expression | width | |
Expression | height |
SetDiagonalPoints(Point, Point)
Declaration
public void SetDiagonalPoints(Point firstPoint, Point secondPoint)
Parameters
Type | Name | Description |
---|---|---|
Point | firstPoint | |
Point | secondPoint |
Implements
System.Runtime.Remoting.Messaging.IMessageSink