AlignActiveCustomCoordinateSystemByEntity Method (ICustomCoordinateSystemManager) Send Feedback
See Also  Example
Entity
Entity with which to align the coordinate system
PointOnEntityDblArray
Array of doubles of x, y, and z coordinates of a point on Entity with which to align the coordinate system
Aligns the active coordinate system with the specified entity.

Syntax

Visual Basic 
Sub AlignActiveCustomCoordinateSystemByEntity( _
   ByVal Entity As System.Object, _
   ByVal PointOnEntityDblArray As System.Object _
) 
C# 
void AlignActiveCustomCoordinateSystemByEntity( 
   System.object Entity,
   System.object PointOnEntityDblArray
)
JavaScript 
AlignActiveCustomCoordinateSystemByEntity( 
   Entity : Object,
   PointOnEntityDblArray : Array
)
COM native C++ 
HRESULT AlignActiveCustomCoordinateSystemByEntity( 
   IDispatch* Entity,
   VARIANT PointOnEntityDblArray
) 
C++ 
DSRESULT AlignActiveCustomCoordinateSystemByEntity( 
   dsObject* Entity,
   const dsDoubleArray& PointOnEntityDblArray
) 

Parameters

Entity
Entity with which to align the coordinate system
PointOnEntityDblArray
Array of doubles of x, y, and z coordinates of a point on Entity with which to align the coordinate system

Example

 

See Also

Availability

DraftSight V1R1.4