This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
0c000d3d 8845 d32d 7f8c bb2ece0170d9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Holds methods to build the dimension blocks.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static class DimensionBlockVB
Public NotInheritable Class DimensionBlockC++
public ref class DimensionBlock abstract sealedF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DimensionBlock = class end| Inheritance | Object → DimensionBlock |
| Build(Dimension) | Creates a block that represents the drawing of the specified dimension. |
| Build(AlignedDimension, String) | Creates a block that represents the drawing of the specified dimension. |
| Build(Angular2LineDimension, String) | Creates a block that represents the drawing of the specified dimension. |
| Build(Angular3PointDimension, String) | Creates a block that represents the drawing of the specified dimension. |
| Build(ArcLengthDimension, String) | Creates a block that represents the drawing of the specified dimension. |
| Build(DiametricDimension, String) | Creates a block that represents the drawing of the specified dimension. |
| Build(Dimension, String) | Creates a block that represents the drawing of the specified dimension. |
| Build(LinearDimension, String) | Creates a block that represents the drawing of the specified dimension. |
| Build(OrdinateDimension, String) | Creates a block that represents the drawing of the specified dimension. |
| Build(RadialDimension, String) | Creates a block that represents the drawing of the specified dimension. |