NamedPositionTableObjectXform Method (Guid, Guid, Transform) |
Retrieve the Transform of a Rhino Object relate dto a Named Position.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool ObjectXform(
Guid id,
Guid objId,
ref Transform xform
)
Public Function ObjectXform (
id As Guid,
objId As Guid,
ByRef xform As Transform
) As Boolean
Parameters
- id
- Type: SystemGuid
The Guid of the Named Position
- objId
- Type: SystemGuid
The Guid of the Rhino Object from which to retrieve the Transform.
- xform
- Type: Rhino.GeometryTransform
The Transform to retrieve.
Return Value
Type:
Boolean
Transform of the RhinoObject related to the Named Position.
Version InformationRhino for Windows
Supported in: 6.8
See Also