草图自动标注构建器
更多...
#include <SketchAutoDimensionBuilder.hxx>
|
|
class | _SketchAutoDimensionBuilderBuilder |
草图自动标注构建器
Represents a NXOpen::SketchAutoDimensionBuilder
To create a new instance of this class, use NXOpen::SketchCollection::CreateAutoDimensionBuilder
Default values.
| Property | Value |
| DimensionType | Automatic |
Created in NX7.5.0.
◆ DimType
dimension type to be created
| 枚举值 |
|---|
| DimTypeDriving | Driving dimension
|
| DimTypeAutomatic | Automatic dimension
|
◆ DimensionType()
Returns the enum dim type
Created in NX7.5.0.
License requirements : None
◆ GetRules()
Get the auto dimensioning rule list from builder
- 返回
- Auto Dimension Rules
Created in NX7.5.0.
License requirements : None
◆ SelectionObject()
Returns the selected sketch curves to auto dimension
Created in NX7.5.0.
License requirements : None
◆ SetDimensionType()
Sets the enum dim type
Created in NX7.5.0.
License requirements : None
- 参数
-
| dimensionType | dimensiontype |
◆ SetRules()
Set the auto dimensioning rule list to builder. All the rules are expected to be in the list exactly once. Variable count can not be zero or negative.
Created in NX7.5.0.
License requirements : None
- 参数
-
| rules | Auto Dimension Rules |