|
NX Open C++ 参考指南 2406 v1.1
|
草图线性尺寸构建器 更多...
#include <SketchLinearDimensionBuilder.hxx>
友元 | |
| class | _SketchLinearDimensionBuilderBuilder |
草图线性尺寸构建器
Represents a NXOpen::SketchLinearDimensionBuilder
To create a new instance of this class, use NXOpen::SketchCollection::CreateLinearDimensionBuilder
Created in NX9.0.0.
| void NXOpen::SketchLinearDimensionBuilder::ConvertFromHalfDiameter | ( | bool | updateStyle | ) |
Converts a half diameter or cylindrical dimension to a perpendicular dimension The dimension's value will become half the original value. The dimension will display as double-sided if updateStyle is true. This method should be followed by a subsequent call to NXOpen::Update::DoUpdate .
Created in NX2007.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
| updateStyle | updatestyle |
| void NXOpen::SketchLinearDimensionBuilder::ConvertToHalfDiameter | ( | bool | updateStyle | ) |
Converts a perpendicular dimension to a half diameter or cylindrical dimension The dimension's value will become double the original value. The dimension will display as single-sided if updateStyle is true. This method should be followed by a subsequent call to NXOpen::Update::DoUpdate .
Created in NX2007.0.0.
License requirements : solid_modeling ("SOLIDS MODELING") OR drafting ("DRAFTING")
| updateStyle | updatestyle |
| NXOpen::Annotations::DrivingValueBuilder * NXOpen::SketchLinearDimensionBuilder::Driving | ( | ) |
Returns the driving value builder, which manages driving dimension values
Created in NX9.0.0.
License requirements : None