NX Open C++ Reference Guide
|
The CalculateArea builder
To create a new instance of this class, use Tooling::CalculateAreaCollection::CreateBuilder
Default values.
More...
Public Member Functions | |
NXOpen::Expression * | AngularAccuracy () |
Returns the angular accuracy used as the minimum angle between two reference planes. | |
NXOpen::Expression * | DimTolerance () |
Returns the dim tolerance used as the area calculation tolerance. | |
NXOpen::NXObject * | PlaneDefine () |
Returns the plane defined as the reference plane to calculate area, the type could be planar face, datum plane and plane. | |
NXOpen::SelectBodyList * | SelectionTarget () |
Returns the target body to calculate area. | |
void | SetPlaneDefine (NXOpen::NXObject *planeDefine) |
Sets the plane defined as the reference plane to calculate area, the type could be planar face, datum plane and plane. | |
void | SetToggleSideArea (bool toggleSideArea) |
Sets the toggle side area to indicate calculate side area or not. | |
bool | ToggleSideArea () |
Returns the toggle side area to indicate calculate side area or not. |
The CalculateArea builder
To create a new instance of this class, use Tooling::CalculateAreaCollection::CreateBuilder
Default values.
Property | Value |
---|---|
AngularAccuracy.Value |
1.0 |
DimTolerance.Value |
0.01 (millimeters part), 0.001 (inches part) |
ToggleSideArea |
0 |
Created in NX7.0.0.
Returns the angular accuracy used as the minimum angle between two reference planes.
Created in NX7.5.0.
License requirements : None
Returns the dim tolerance used as the area calculation tolerance.
Created in NX7.5.0.
License requirements : None
Returns the plane defined as the reference plane to calculate area, the type could be planar face, datum plane and plane.
Created in NX7.5.0.
License requirements : None
Returns the target body to calculate area.
It can be a single solid/sheet body, or multiple solid/sheet bodies.
Created in NX7.5.0.
License requirements : None
void NXOpen::Tooling::CalculateAreaBuilder::SetPlaneDefine | ( | NXOpen::NXObject * | planeDefine | ) |
Sets the plane defined as the reference plane to calculate area, the type could be planar face, datum plane and plane.
Created in NX7.5.0.
License requirements : None
planeDefine | planedefine |
void NXOpen::Tooling::CalculateAreaBuilder::SetToggleSideArea | ( | bool | toggleSideArea | ) |
Sets the toggle side area to indicate calculate side area or not.
Created in NX7.5.0.
License requirements : None
toggleSideArea | togglesidearea |
Returns the toggle side area to indicate calculate side area or not.
Created in NX7.5.0.
License requirements : None