ViewViewShorteningAttributes Constructor (Boolean, Boolean, Double, Double, ViewShorteningCutPartType) |
Creates a new view shortening attributes instance with the given parameters.
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
public ViewShorteningAttributes( bool CutParts, bool CutSkewParts, double MinimumLength, double Offset, ViewShorteningCutPartType CutPartType = ViewShorteningCutPartType.BothDirections )
Parameters
- CutParts
- Type: SystemBoolean
A value indicating whether cut parts are enabled. - CutSkewParts
- Type: SystemBoolean
A value indicating whether cut skewed parts are enabled. - MinimumLength
- Type: SystemDouble
The minimum cut part length. - Offset
- Type: SystemDouble
The space between the cut parts. - CutPartType (Optional)
- Type: Tekla.Structures.DrawingViewShorteningCutPartType
The optional cut part direction type.