NX Open C++ Reference Guide
|
Represents a Features::VirtualCurve builder
To create a new instance of this class, use Features::FeatureCollection::CreateVirtualCurveBuilder
Default values.
More...
Public Types | |
enum | Types { TypesRotationAxis, TypesBlendCenterline, TypesVirtualIntersection } |
the type of virtual curve More... | |
Public Member Functions | |
bool | Associative () |
Returns the associative Created in NX7.5.0. | |
NXOpen::ScCollector * | BlendFace () |
Returns the blend face. | |
NXOpen::ScCollector * | RevolvedFace () |
Returns the revolved face. | |
void | SetAssociative (bool associative) |
Sets the associative Created in NX7.5.0. | |
void | SetType (NXOpen::Features::VirtualCurveBuilder::Types type) |
Sets the type Created in NX7.5.0. | |
NXOpen::Features::VirtualCurveBuilder::Types | Type () |
Returns the type Created in NX7.5.0. |
Represents a Features::VirtualCurve builder
To create a new instance of this class, use Features::FeatureCollection::CreateVirtualCurveBuilder
Default values.
Property | Value |
---|---|
Associative |
True |
Type |
RotationAxis |
Created in NX7.5.0.
Returns the associative
Created in NX7.5.0.
License requirements : None
Returns the blend face.
This is only used if the Features::VirtualCurveBuilder::TypesBlendCenterline or Features::VirtualCurveBuilder::TypesVirtualIntersection is set.
Created in NX7.5.0.
License requirements : None
Returns the revolved face.
This is only used if the Features::VirtualCurveBuilder::TypesRotationAxis is set.
Created in NX7.5.0.
License requirements : None
void NXOpen::Features::VirtualCurveBuilder::SetAssociative | ( | bool | associative | ) |
Sets the associative
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
associative | associative |
void NXOpen::Features::VirtualCurveBuilder::SetType | ( | NXOpen::Features::VirtualCurveBuilder::Types | type | ) |
Sets the type
Created in NX7.5.0.
License requirements : solid_modeling ("SOLIDS MODELING")
type | type |
Returns the type
Created in NX7.5.0.
License requirements : None