Tolerance Constructor (ToleranceEntry, Vector3)
|
Initializes a new instance of the Tolerance class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Tolerance(
ToleranceEntry tolerance,
Vector3 position
)
Public Sub New (
tolerance As ToleranceEntry,
position As Vector3
)
public:
Tolerance(
ToleranceEntry^ tolerance,
Vector3 position
)
new :
tolerance : ToleranceEntry *
position : Vector3 -> Tolerance
CONSTRUCTOR(
tolerance AS ToleranceEntry,
position AS Vector3
)
Parameters
- tolerance
- Type: DXFReaderNET.EntitiesToleranceEntry
- position
- Type: DXFReaderNETVector3
See Also