NX Open C++ Reference Guide
|
Represents a Features::Sphere builder. More...
Public Types | |
enum | Types { TypesCenterPointAndDiameter, TypesArc } |
Represents the sphere types. More... | |
Public Member Functions | |
NXOpen::SelectICurve * | Arc () |
Returns the selected arc associated with the Sphere. | |
NXOpen::GeometricUtilities::BooleanOperation * | BooleanOption () |
Returns the boolean operation associated with the Sphere. | |
NXOpen::Point * | CenterPoint () |
Returns the center point of the Sphere. | |
NXOpen::Expression * | Diameter () |
Returns the diameter of the Sphere. | |
bool | ParentAssociativity () |
Returns the option to keep associativity of the sphere center point Created in NX8.0.0. | |
void | SetCenterPoint (NXOpen::Point *centerPoint) |
Sets the center point of the Sphere. | |
void | SetParentAssociativity (bool parentAssociativity) |
Sets the option to keep associativity of the sphere center point Created in NX8.0.0. | |
void | SetType (NXOpen::Features::SphereBuilder::Types type) |
Sets the sphere type represented by Features::SphereBuilder::Types Created in NX6.0.0. | |
NXOpen::Features::SphereBuilder::Types | Type () |
Returns the sphere type represented by Features::SphereBuilder::Types Created in NX6.0.0. |
Represents a Features::Sphere builder.
To create a new instance of this class, use Features::FeatureCollection::CreateSphereBuilder
Default values.
Property | Value |
---|---|
Diameter.Value |
100 (millimeters part), 4 (inches part) |
Created in NX6.0.0.
Returns the selected arc associated with the Sphere.
Created in NX6.0.0.
License requirements : None
Returns the boolean operation associated with the Sphere.
Created in NX6.0.0.
License requirements : None
Returns the center point of the Sphere.
Created in NX6.0.0.
License requirements : None
Returns the diameter of the Sphere.
Created in NX6.0.0.
License requirements : None
Returns the option to keep associativity of the sphere center point
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::SphereBuilder::SetCenterPoint | ( | NXOpen::Point * | centerPoint | ) |
Sets the center point of the Sphere.
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
centerPoint | centerpoint |
void NXOpen::Features::SphereBuilder::SetParentAssociativity | ( | bool | parentAssociativity | ) |
Sets the option to keep associativity of the sphere center point
Created in NX8.0.0.
License requirements : features_modeling ("FEATURES MODELING"), solid_modeling ("SOLIDS MODELING")
parentAssociativity | parentassociativity |
Sets the sphere type represented by Features::SphereBuilder::Types
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
type | type |
Returns the sphere type represented by Features::SphereBuilder::Types
Created in NX6.0.0.
License requirements : None