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
Manage Custom Coordinate Systems (JavaScript)
Manage Custom Coordinate Systems (VB.NET)
Manage Custom Coordinate Systems (C#)
Manage Custom Coordinate Systems (VBA)
Manage Custom Coordinate Systems (VB.NET)
Manage Custom Coordinate Systems (C#)
Manage Custom Coordinate Systems (VBA)
ICustomCoordinateSystemManager Interface
ICustomCoordinateSystemManager Members
ICustomCoordinateSystemManager::AlignActiveCustomCoordinateSystemByView Method
ICustomCoordinateSystemManager::AlignActiveCustomCoordinateSystemZAxis Method
ICustomCoordinateSystemManager::AlignActiveCustomCoordinateSystemXYPlane Method
ICustomCoordinateSystemManager Members
ICustomCoordinateSystemManager::AlignActiveCustomCoordinateSystemByView Method
ICustomCoordinateSystemManager::AlignActiveCustomCoordinateSystemZAxis Method
ICustomCoordinateSystemManager::AlignActiveCustomCoordinateSystemXYPlane Method
DraftSight V1R1.4