NX Open C++ Reference Guide
|
Represents a Features::WrapGeometry builder
To create a new instance of this class, use Features::FeatureCollection::CreateWrapGeometryBuilder
Default values.
More...
Public Types | |
enum | CloseGapType { CloseGapTypeSharp, CloseGapTypeBeveled, CloseGapTypeNoOffset } |
Represents the close gap type. More... | |
Public Member Functions | |
NXOpen::Expression * | AddOffset () |
Returns the Additional offset. | |
bool | Associative () |
Returns the Remove parms switch Created in NX6.0.0. | |
NXOpen::Features::WrapGeometryBuilder::CloseGapType | CloseGaps () |
Returns the Method used to close the gaps after offset of the wrap Created in NX6.0.0. | |
double | DistTol () |
Returns the Distance tolerance used to facet the solids. | |
NXOpen::SelectDisplayableObjectList * | Geometry () |
Returns the geometry to be wrapped (solid, sheet, curve, point) Created in NX6.0.0. | |
bool | IsInterpart () |
Returns the Setting that determines if this feature have interpart references Created in NX6.0.0. | |
NXOpen::PlaneList * | PlanesList () |
Returns the Planes to split the geometry, tightens the wrap along this plane Created in NX6.0.0. | |
void | SetAssociative (bool associative) |
Sets the Remove parms switch Created in NX6.0.0. | |
void | SetCloseGaps (NXOpen::Features::WrapGeometryBuilder::CloseGapType closeGaps) |
Sets the Method used to close the gaps after offset of the wrap Created in NX6.0.0. | |
void | SetDistTol (double distTol) |
Sets the Distance tolerance used to facet the solids. | |
void | SetInterpart (bool isInterpart) |
Sets the Setting that determines if this feature have interpart references Created in NX6.0.0. | |
NXOpen::Expression * | SplitOffset () |
Returns the Offset applied to both sides of the splitting planes. |
Represents a Features::WrapGeometry builder
To create a new instance of this class, use Features::FeatureCollection::CreateWrapGeometryBuilder
Default values.
Property | Value |
---|---|
AddOffset.Value |
0 (millimeters part), 0 (inches part) |
Associative |
1 |
CloseGaps |
Sharp |
DistTol |
2.54 |
IsInterpart |
0 |
SplitOffset.Value |
0 (millimeters part), 0 (inches part) |
Created in NX6.0.0.
Returns the Additional offset.
Will expand the wrap.
Created in NX6.0.0.
License requirements : None
Returns the Remove parms switch
Created in NX6.0.0.
License requirements : None
NXOpen::Features::WrapGeometryBuilder::CloseGapType NXOpen::Features::WrapGeometryBuilder::CloseGaps | ( | ) |
Returns the Method used to close the gaps after offset of the wrap
Created in NX6.0.0.
License requirements : None
Returns the Distance tolerance used to facet the solids.
Also used for default offset calculation.
Created in NX6.0.0.
License requirements : None
Returns the geometry to be wrapped (solid, sheet, curve, point)
Created in NX6.0.0.
License requirements : None
Returns the Setting that determines if this feature have interpart references
Created in NX6.0.0.
License requirements : None
Returns the Planes to split the geometry, tightens the wrap along this plane
Created in NX6.0.0.
License requirements : None
void NXOpen::Features::WrapGeometryBuilder::SetAssociative | ( | bool | associative | ) |
Sets the Remove parms switch
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
associative | associative |
void NXOpen::Features::WrapGeometryBuilder::SetCloseGaps | ( | NXOpen::Features::WrapGeometryBuilder::CloseGapType | closeGaps | ) |
Sets the Method used to close the gaps after offset of the wrap
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
closeGaps | closegaps |
void NXOpen::Features::WrapGeometryBuilder::SetDistTol | ( | double | distTol | ) |
Sets the Distance tolerance used to facet the solids.
Also used for default offset calculation.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
distTol | disttol |
void NXOpen::Features::WrapGeometryBuilder::SetInterpart | ( | bool | isInterpart | ) |
Sets the Setting that determines if this feature have interpart references
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
isInterpart | isinterpart |
Returns the Offset applied to both sides of the splitting planes.
Created in NX6.0.0.
License requirements : None