ViewViewShorteningAttributes Class |
The ViewShorteningAttributes class sets the shortening attributes for the view.
If CutParts is set to true, the other values are applied. If it is false, none of the other values matter.
SystemObject
Tekla.Structures.DrawingGenericAttributesBase
Tekla.Structures.DrawingViewViewShorteningAttributes
Tekla.Structures.DrawingGenericAttributesBase
Tekla.Structures.DrawingViewViewShorteningAttributes
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
The ViewViewShorteningAttributes type exposes the following members.
| Name | Description | |
|---|---|---|
| ViewViewShorteningAttributes |
Creates a new default view shortening attributes instance.
| |
| ViewViewShorteningAttributes(Boolean, Boolean, Double, Double, ViewShorteningCutPartType) |
Creates a new view shortening attributes instance with the given parameters.
|
| Name | Description | |
|---|---|---|
| CutParts |
Defines whether cut parts are enabled (true) or disabled (false).
| |
| CutPartType |
Defines cut part type. Not used if CutParts is false.
| |
| CutSkewParts |
Defines whether cut skewed parts are enabled (true) or disabled (false).
| |
| MinimumLength |
The minimum cut part length.
| |
| Offset |
The space between the cut parts.
|
| Name | Description | |
|---|---|---|
| IsEqual |
Compares the current object with an object of the same type.
(Overrides GenericAttributesBaseIsEqual(Object).) |