NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | List of all members
NXOpen.CAE.BoxBoundingVolume Class Reference

Represents Box Bounding Volume for Selection Recipe More...

Inheritance diagram for NXOpen.CAE.BoxBoundingVolume:
NXOpen.CAE.BoundingVolumePrimitive NXOpen.TaggedObject NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe void GetCsysEdgelengths (out NXOpen.CoordinateSystem centerCsys, out NXOpen.Expression length, out NXOpen.Expression width, out NXOpen.Expression height)
 Gets the coordinate system and edge lengths for the Box Bounding Volume. More...
 
unsafe void GetDiagonalPoints (out NXOpen.Point firstPoint, out NXOpen.Point secondPoint)
 Gets the diagonal points for the Box Bounding Volume. More...
 
unsafe void SetCsysEdgelengths (NXOpen.CoordinateSystem centerCsys, NXOpen.Expression length, NXOpen.Expression width, NXOpen.Expression height)
 Sets the coordinate system and edge lengths for the Box Bounding Volume. More...
 
unsafe void SetDiagonalPoints (NXOpen.Point firstPoint, NXOpen.Point secondPoint)
 Sets the diagonal points for the Box Bounding Volume. More...
 
- Public Member Functions inherited from NXOpen.CAE.BoundingVolumePrimitive
unsafe
NXOpen.CAE.CaeBoundingVolumePrimitiveType 
GetCreationMethod ()
 Gets the type for the Bounding Volume Primitive. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Additional Inherited Members

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 
- Properties inherited from NXOpen.CAE.BoundingVolumePrimitive
unsafe
NXOpen.CAE.CaeBoundingVolumePrimitiveContainment 
Containment [get, set]
 Returns or sets the contaiment for the Bounding Volume Primitive. More...
 

Detailed Description

Represents Box Bounding Volume for Selection Recipe

This is a sub object

Created in NX12.0.0

Member Function Documentation

unsafe void NXOpen.CAE.BoxBoundingVolume.GetCsysEdgelengths ( out NXOpen.CoordinateSystem  centerCsys,
out NXOpen.Expression  length,
out NXOpen.Expression  width,
out NXOpen.Expression  height 
)
inline

Gets the coordinate system and edge lengths for the Box Bounding Volume.

Created in NX12.0.0

License requirements: None.

Parameters
centerCsys
length
width
height
unsafe void NXOpen.CAE.BoxBoundingVolume.GetDiagonalPoints ( out NXOpen.Point  firstPoint,
out NXOpen.Point  secondPoint 
)
inline

Gets the diagonal points for the Box Bounding Volume.

Created in NX12.0.0

License requirements: None.

Parameters
firstPoint
secondPoint
unsafe void NXOpen.CAE.BoxBoundingVolume.SetCsysEdgelengths ( NXOpen.CoordinateSystem  centerCsys,
NXOpen.Expression  length,
NXOpen.Expression  width,
NXOpen.Expression  height 
)
inline

Sets the coordinate system and edge lengths for the Box Bounding Volume.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
centerCsys
length
width
height
unsafe void NXOpen.CAE.BoxBoundingVolume.SetDiagonalPoints ( NXOpen.Point  firstPoint,
NXOpen.Point  secondPoint 
)
inline

Sets the diagonal points for the Box Bounding Volume.

Created in NX12.0.0

License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")

Parameters
firstPoint
secondPoint

The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.