NX Open C++ Reference Guide
|
Represents a Tooling::CornerDesignBuilder , Corner Design is to provide tools to make corner. More...
Represents a Tooling::CornerDesignBuilder , Corner Design is to provide tools to make corner.
To create a new instance of this class, use Tooling::CornerDesignCollection::CreateCornerDesignBuilder
Default values.
Property | Value |
---|---|
ChamferAngle.Value |
45 |
CornerType |
Chamfer |
Offset.Value |
1 (millimeters part), 0.1 (inches part) |
RadiusDia.Value |
5 (millimeters part), 0.5 (inches part) |
SelectFrom |
Both |
Created in NX8.0.0.
Returns the chamfer angle.
Created in NX8.0.0.
License requirements : None
NXOpen::Tooling::CornerDesignBuilder::CornerTypeOpt NXOpen::Tooling::CornerDesignBuilder::CornerType | ( | ) |
Returns the corner type
Created in NX8.0.0.
License requirements : None
Returns the offset.
Created in NX8.0.0.
License requirements : None
Returns the corner radius.
Created in NX8.0.0.
License requirements : None
Returns the selected corner.
Created in NX8.0.0.
License requirements : None
Returns the selected edge.
Created in NX8.0.0.
License requirements : None
NXOpen::Tooling::CornerDesignBuilder::SelectFromOpt NXOpen::Tooling::CornerDesignBuilder::SelectFrom | ( | ) |
Returns the selection options.
Created in NX8.0.0.
License requirements : None
void NXOpen::Tooling::CornerDesignBuilder::SetCornerType | ( | NXOpen::Tooling::CornerDesignBuilder::CornerTypeOpt | cornerType | ) |
Sets the corner type
Created in NX8.0.0.
License requirements : prog_die_wizard ("UG/Progressive Die Wizard")
cornerType | cornertype |
void NXOpen::Tooling::CornerDesignBuilder::SetSelectFrom | ( | NXOpen::Tooling::CornerDesignBuilder::SelectFromOpt | selectFrom | ) |
Sets the selection options.
Created in NX8.0.0.
License requirements : prog_die_wizard ("UG/Progressive Die Wizard")
selectFrom | selectfrom |
void NXOpen::Tooling::CornerDesignBuilder::SetType | ( | NXOpen::Tooling::CornerDesignBuilder::Types | type | ) |
Sets the operation type of corner design.
Created in NX8.0.0.
License requirements : prog_die_wizard ("UG/Progressive Die Wizard")
type | type |
Returns the operation type of corner design.
Created in NX8.0.0.
License requirements : None