NX Open C++ Reference Guide
|
Represents a Features::ResizeChamfer builder
To create a new instance of this class, use Features::FeatureCollection::CreateResizeChamferBuilder
Default values.
More...
Public Types | |
enum | SectionType { SectionTypeSymmetricOffset, SectionTypeAsymmetricOffset, SectionTypeOffsetandAngle } |
the chamfer section types More... | |
Public Member Functions | |
NXOpen::Expression * | Angle () |
Returns the angle Created in NX7.0.0. | |
NXOpen::Features::ResizeChamferBuilder::SectionType | ChamferType () |
Returns the chamfer type Created in NX7.0.0. | |
NXOpen::ScCollector * | Faces () |
Returns the faces Created in NX7.0.0. | |
bool | FlipChamferOffsets () |
Returns the flip flag Created in NX7.0.0. | |
NXOpen::Expression * | Offset1 () |
Returns the offset1 Created in NX7.0.0. | |
NXOpen::Expression * | Offset2 () |
Returns the offset2 Created in NX7.0.0. | |
void | SetChamferType (NXOpen::Features::ResizeChamferBuilder::SectionType chamferType) |
Sets the chamfer type Created in NX7.0.0. | |
void | SetFlipChamferOffsets (bool flipChamferOffsets) |
Sets the flip flag Created in NX7.0.0. |
Represents a Features::ResizeChamfer builder
To create a new instance of this class, use Features::FeatureCollection::CreateResizeChamferBuilder
Default values.
Property | Value |
---|---|
Angle.Value |
0 |
ChamferType |
SymmetricOffset |
Offset1.Value |
0 (millimeters part), 0 (inches part) |
Offset2.Value |
0 (millimeters part), 0 (inches part) |
Created in NX7.0.0.
Returns the angle
Created in NX7.0.0.
License requirements : None
NXOpen::Features::ResizeChamferBuilder::SectionType NXOpen::Features::ResizeChamferBuilder::ChamferType | ( | ) |
Returns the chamfer type
Created in NX7.0.0.
License requirements : None
Returns the faces
Created in NX7.0.0.
License requirements : None
Returns the flip flag
Created in NX7.0.0.
License requirements : None
Returns the offset1
Created in NX7.0.0.
License requirements : None
Returns the offset2
Created in NX7.0.0.
License requirements : None
void NXOpen::Features::ResizeChamferBuilder::SetChamferType | ( | NXOpen::Features::ResizeChamferBuilder::SectionType | chamferType | ) |
Sets the chamfer type
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
chamferType | chamfertype |
void NXOpen::Features::ResizeChamferBuilder::SetFlipChamferOffsets | ( | bool | flipChamferOffsets | ) |
Sets the flip flag
Created in NX7.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
flipChamferOffsets | flipchamferoffsets |