NX Open C++ Reference Guide
|
Represents a builder for a cone feature. More...
Public Types | |
enum | Types { TypesDiametersAndHeight, TypesDiametersAndHalfAngle, TypesBaseDiameterHeightAndHalfAngle, TypesTopDiameterHeightAndHalfAngle, TypesTwoCoaxialArcs } |
Represents the Cone type. More... | |
Public Member Functions | |
NXOpen::Axis * | Axis () |
Returns the axis Created in NX6.0.0. | |
NXOpen::SelectICurve * | BaseArc () |
Returns the base arc Created in NX6.0.0. | |
NXOpen::Expression * | BaseDiameter () |
Returns the base diameter Created in NX6.0.0. | |
NXOpen::GeometricUtilities::BooleanOperation * | BooleanOption () |
Returns the boolean option Created in NX6.0.0. | |
NXOpen::Expression * | HalfAngle () |
Returns the half angle Created in NX6.0.0. | |
NXOpen::Expression * | Height () |
Returns the height Created in NX6.0.0. | |
bool | ParentAssociativity () |
Returns the option to keep associativity of the cone axis Created in NX8.0.0. | |
void | SetAxis (NXOpen::Axis *axis) |
Sets the axis Created in NX6.0.0. | |
void | SetParentAssociativity (bool parentAssociativity) |
Sets the option to keep associativity of the cone axis Created in NX8.0.0. | |
void | SetType (NXOpen::Features::ConeBuilder::Types type) |
Sets the type represented by Features::ConeBuilder::Types Created in NX6.0.0. | |
NXOpen::SelectICurve * | TopArc () |
Returns the top arc Created in NX6.0.0. | |
NXOpen::Expression * | TopDiameter () |
Returns the top diameter Created in NX6.0.0. | |
NXOpen::Features::ConeBuilder::Types | Type () |
Returns the type represented by Features::ConeBuilder::Types Created in NX6.0.0. |
Represents a builder for a cone feature.
This allows creation and editing of a cone feature.
To create a new instance of this class, use Features::FeatureCollection::CreateConeBuilder
Default values.
Property | Value |
---|---|
BaseDiameter.Value |
50 (millimeters part), 50 (inches part) |
HalfAngle.Value |
45 |
Height.Value |
25 (millimeters part), 25 (inches part) |
TopDiameter.Value |
0 (millimeters part), 0 (inches part) |
Type |
DiametersAndHeight |
Created in NX6.0.0.
Represents the Cone type.
TypesDiametersAndHeight |
Represents type of cone created by providing Diameters and Height. |
TypesDiametersAndHalfAngle |
Represents type of cone created by providing Diameters and Half Angle. |
TypesBaseDiameterHeightAndHalfAngle |
Represents type of cone created by providing Base Diameter, Height and Half Angle. |
TypesTopDiameterHeightAndHalfAngle |
Represents type of cone created by providing Top Diameter, Height and Half Angle. |
TypesTwoCoaxialArcs |
Represents type of cone created by providing Two Coaxial Arcs. |
Returns the axis
Created in NX6.0.0.
License requirements : None
Returns the base arc
Created in NX6.0.0.
License requirements : None
Returns the base diameter
Created in NX6.0.0.
License requirements : None
Returns the boolean option
Created in NX6.0.0.
License requirements : None
Returns the half angle
Created in NX6.0.0.
License requirements : None
Returns the height
Created in NX6.0.0.
License requirements : None
Returns the option to keep associativity of the cone axis
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ConeBuilder::SetAxis | ( | NXOpen::Axis * | axis | ) |
Sets the axis
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
axis | axis |
void NXOpen::Features::ConeBuilder::SetParentAssociativity | ( | bool | parentAssociativity | ) |
Sets the option to keep associativity of the cone axis
Created in NX8.0.0.
License requirements : features_modeling ("FEATURES MODELING"), solid_modeling ("SOLIDS MODELING")
parentAssociativity | parentassociativity |
Sets the type represented by Features::ConeBuilder::Types
Created in NX6.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
type | type |
Returns the top arc
Created in NX6.0.0.
License requirements : None
Returns the top diameter
Created in NX6.0.0.
License requirements : None
Returns the type represented by Features::ConeBuilder::Types
Created in NX6.0.0.
License requirements : None