Class CylinderBoundingVolume
Inheritance
System.Object
System.MarshalByRefObject
CylinderBoundingVolume
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 CylinderBoundingVolume : BoundingVolumePrimitive, IMessageSink
Constructors
CylinderBoundingVolume()
Declaration
protected CylinderBoundingVolume()
Methods
GetCsysDiameterHeight(out CoordinateSystem, out Expression, out Expression)
Declaration
public void GetCsysDiameterHeight(out CoordinateSystem centerCsys, out Expression diameter, out Expression cylinderHeight)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSystem | centerCsys | |
Expression | diameter | |
Expression | cylinderHeight |
GetEndpointsDiameter(out Point, out Point, out Expression)
Declaration
public void GetEndpointsDiameter(out Point baseCenter, out Point topCenter, out Expression diameter)
Parameters
Type | Name | Description |
---|---|---|
Point | baseCenter | |
Point | topCenter | |
Expression | diameter |
SetCsysDiameterHeight(CoordinateSystem, Expression, Expression)
Declaration
public void SetCsysDiameterHeight(CoordinateSystem centerCsys, Expression diameter, Expression cylinderHeight)
Parameters
Type | Name | Description |
---|---|---|
CoordinateSystem | centerCsys | |
Expression | diameter | |
Expression | cylinderHeight |
SetEndpointsDiameter(Point, Point, Expression)
Declaration
public void SetEndpointsDiameter(Point baseCenter, Point topCenter, Expression diameter)
Parameters
Type | Name | Description |
---|---|---|
Point | baseCenter | |
Point | topCenter | |
Expression | diameter |
Implements
System.Runtime.Remoting.Messaging.IMessageSink