NX Open C++ Reference Guide
|
Represents a Features::TrimBody2 builder for Trim Body feature. More...
Public Member Functions | |
NXOpen::GeometricUtilities::BooleanToolBuilder * | BooleanTool () |
Returns the tool bodies to trim the target body(s). | |
void | SetTargetBodyCollector (NXOpen::ScCollector *targetBodyCollector) |
Sets the collector of target bodies to trim. | |
void | SetTolerance (double tolerance) |
Sets the tolerance Created in NX7.5.0. | |
NXOpen::ScCollector * | TargetBodyCollector () |
Returns the collector of target bodies to trim. | |
double | Tolerance () |
Returns the tolerance Created in NX7.5.0. |
Represents a Features::TrimBody2 builder for Trim Body feature.
Features::TrimBody and its builder Features::TrimBodyBuilder are obsolete. Use Features::TrimBody2 and this class instead.
To create a new instance of this class, use Features::FeatureCollection::CreateTrimBody2Builder
Default values.
Property | Value |
---|---|
BooleanTool.ToolOption |
FaceOrPlane |
Created in NX7.5.0.
Returns the tool bodies to trim the target body(s).
The tool bodies are gotten through the BooleanTool Builder. Only tool options that can be set on Features::TrimBody2Builder::BooleanTool are GeometricUtilities::BooleanToolBuilder::BooleanToolTypeFaceOrPlane or GeometricUtilities::BooleanToolBuilder::BooleanToolTypeNewPlane
Created in NX7.5.0.
License requirements : None
void NXOpen::Features::TrimBody2Builder::SetTargetBodyCollector | ( | NXOpen::ScCollector * | targetBodyCollector | ) |
Sets the collector of target bodies to trim.
It can be a single solid/sheet body, or multiple solid/sheet bodies
Created in NX7.5.0.
License requirements : None
targetBodyCollector | targetbodycollector |
void NXOpen::Features::TrimBody2Builder::SetTolerance | ( | double | tolerance | ) |
Sets the tolerance
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
tolerance | tolerance |
Returns the collector of target bodies to trim.
It can be a single solid/sheet body, or multiple solid/sheet bodies
Created in NX7.5.0.
License requirements : None
Returns the tolerance
Created in NX7.5.0.
License requirements : None