Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

0c000d3d 8845 d32d 7f8c bb2ece0170d9

haplokuon edited this page May 6, 2023 · 1 revision

DimensionBlock Class

netDxf 3.0.0 Library

Holds methods to build the dimension blocks.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static class DimensionBlock

VB

Public NotInheritable Class DimensionBlock

C++

public ref class DimensionBlock abstract sealed

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type DimensionBlock = class end
Inheritance Object → DimensionBlock

Methods

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.

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally