IMdProject::ReferenceEntities
Description
This property allows you to get and set a face(s) or plane(s) on which a projection is made.
Syntax
Property get:
ProjectPlane = ReferenceEntities( );
|
Return: (IEntityList) ProjectPlane |
Plane(s) on which projection is made. |
Property set:
ReferenceEntities( ProjectPlane );
|
Input: (IEntityList) ProjectPlane |
Plane(s) on which to make projection. |