NX Open C++ Reference Guide
|
Represents a Features::Extension builder
To create a new instance of this class, use Features::FeatureCollection::CreateExtensionBuilder
Default values.
More...
Public Types | |
enum | Distance { DistanceByLength, DistanceByPercentage } |
The distance type. More... | |
enum | Extension { ExtensionTangential, ExtensionCircular } |
The extension method. More... | |
enum | Types { TypesEdge, TypesCorner } |
The part of the face to extend. More... | |
Public Member Functions | |
NXOpen::Features::ExtensionBuilder::Distance | DistanceType () |
Returns the distance type Created in NX8.0.0. | |
NXOpen::Features::ExtensionBuilder::Extension | ExtendType () |
Returns the extend type Created in NX8.0.0. | |
NXOpen::Expression * | Length () |
Returns the length Created in NX8.0.0. | |
NXOpen::Expression * | Percent () |
Returns the percent Created in NX8.0.0. | |
NXOpen::Expression * | PercentU () |
Returns the percent u Created in NX8.0.0. | |
NXOpen::Expression * | PercentV () |
Returns the percent v Created in NX8.0.0. | |
NXOpen::SelectNXObject * | Selection () |
Returns the selection Created in NX8.0.0. | |
void | SetDistanceType (NXOpen::Features::ExtensionBuilder::Distance distanceType) |
Sets the distance type Created in NX8.0.0. | |
void | SetExtendType (NXOpen::Features::ExtensionBuilder::Extension extendType) |
Sets the extend type Created in NX8.0.0. | |
void | SetTolerance (double tolerance) |
Sets the tolerance Created in NX8.0.0. | |
void | SetType (NXOpen::Features::ExtensionBuilder::Types type) |
Sets the type Created in NX8.0.0. | |
double | Tolerance () |
Returns the tolerance Created in NX8.0.0. | |
NXOpen::Features::ExtensionBuilder::Types | Type () |
Returns the type Created in NX8.0.0. |
Represents a Features::Extension builder
To create a new instance of this class, use Features::FeatureCollection::CreateExtensionBuilder
Default values.
Property | Value |
---|---|
DistanceType |
ByLength |
ExtendType |
Tangential |
Length.Value |
10 (millimeters part), 1 (inches part) |
Percent.Value |
10 (millimeters part), 1 (inches part) |
PercentU.Value |
10 (millimeters part), 1 (inches part) |
PercentV.Value |
10 (millimeters part), 1 (inches part) |
Created in NX8.0.0.
Returns the distance type
Created in NX8.0.0.
License requirements : None
Returns the extend type
Created in NX8.0.0.
License requirements : None
Returns the length
Created in NX8.0.0.
License requirements : None
Returns the percent
Created in NX8.0.0.
License requirements : None
Returns the percent u
Created in NX8.0.0.
License requirements : None
Returns the percent v
Created in NX8.0.0.
License requirements : None
Returns the selection
Created in NX8.0.0.
License requirements : None
void NXOpen::Features::ExtensionBuilder::SetDistanceType | ( | NXOpen::Features::ExtensionBuilder::Distance | distanceType | ) |
Sets the distance type
Created in NX8.0.0.
License requirements : nx_freeform_2 ("advanced freeform modeling")
distanceType | distancetype |
void NXOpen::Features::ExtensionBuilder::SetExtendType | ( | NXOpen::Features::ExtensionBuilder::Extension | extendType | ) |
Sets the extend type
Created in NX8.0.0.
License requirements : nx_freeform_2 ("advanced freeform modeling")
extendType | extendtype |
void NXOpen::Features::ExtensionBuilder::SetTolerance | ( | double | tolerance | ) |
Sets the tolerance
Created in NX8.0.0.
License requirements : nx_freeform_2 ("advanced freeform modeling")
tolerance | tolerance |
Sets the type
Created in NX8.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR free_form_modeling ("FREE-FORM MODELING")
type | type |
Returns the tolerance
Created in NX8.0.0.
License requirements : None
Returns the type
Created in NX8.0.0.
License requirements : None