DXFReaderNETControlAddAngularDimension Method |
Name | Description | |
---|---|---|
![]() | AddAngularDimension(Arc, Vector3, String, Int16, String, String) |
Adds a new angular dimension to the current drawing giving an arc.
|
![]() | AddAngularDimension(Arc, Double, String, Int16, String, String) |
Adds a new angular dimension to the current drawing giving arc and offset.
|
![]() | AddAngularDimension(Line, Line, Vector3, String, Int16, String, String) |
Adds a new angular dimension to the current drawing giving two reference lines and the position.
|
![]() | AddAngularDimension(Line, Line, Double, String, Int16, String, String) |
Adds a new angular dimension to the current drawing giving two reference lines and the offeset from center point.
|
![]() | AddAngularDimension(Vector3, Vector3, Vector3, Vector3, String, Int16, String, String) |
Adds a new angular dimension to the current drawing giving center point, start point and end point.
|
![]() | AddAngularDimension(Vector3, Vector3, Vector3, Double, String, Int16, String, String) |
Adds a new angular dimension to the current drawing giving center point, start point, end point and the distance offset from the reference arc.
|