NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::ConeBuilder Class Reference

Represents a builder for a cone feature. More...

Inheritance diagram for NXOpen::Features::ConeBuilder:
NXOpen::Features::FeatureBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  Types {
  TypesDiametersAndHeight, TypesDiametersAndHalfAngle, TypesBaseDiameterHeightAndHalfAngle, TypesTopDiameterHeightAndHalfAngle,
  TypesTwoCoaxialArcs
}
 Represents the Cone type. More...

Public Member Functions

NXOpen::AxisAxis ()
 Returns the axis
Created in NX6.0.0.
NXOpen::SelectICurveBaseArc ()
 Returns the base arc
Created in NX6.0.0.
NXOpen::ExpressionBaseDiameter ()
 Returns the base diameter
Created in NX6.0.0.
NXOpen::GeometricUtilities::BooleanOperationBooleanOption ()
 Returns the boolean option
Created in NX6.0.0.
NXOpen::ExpressionHalfAngle ()
 Returns the half angle
Created in NX6.0.0.
NXOpen::ExpressionHeight ()
 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::SelectICurveTopArc ()
 Returns the top arc
Created in NX6.0.0.
NXOpen::ExpressionTopDiameter ()
 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.

Detailed Description

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.


Member Enumeration Documentation

Represents the Cone type.

Enumerator:
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.


Member Function Documentation

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

Sets the axis
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
axisaxis
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")

Parameters:
parentAssociativityparentassociativity

Sets the type represented by Features::ConeBuilder::Types
Created in NX6.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
typetype

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


The documentation for this class was generated from the following file:
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.