File3dmObjectTableAddLinearDimension Method (LinearDimension, ObjectAttributes) |
Adds a linear dimension to the 3dm file object table.
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Guid AddLinearDimension(
LinearDimension dimension,
ObjectAttributes attributes
)
Public Function AddLinearDimension (
dimension As LinearDimension,
attributes As ObjectAttributes
) As Guid
Parameters
- dimension
- Type: Rhino.GeometryLinearDimension
A dimension. - attributes
- Type: Rhino.DocObjectsObjectAttributes
Attributes to apply to dimension.
Return Value
Type:
GuidA unique identifier for the object.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.2
See Also