![]() |
pCon.planner Plugin SDK
Version 8.8.1
|
Allows to project entities on a plane. More...
Public Member Functions | |
Projection2d () | |
Initializes a new instance of Projection2d class. More... | |
IEnumerable< DbEntity^ >^ | ProjectOnPlane (DbEntity^ pEntity, Block^ pOwner) |
Project pEntity on plane and add the result to pOwner. More... | |
IEnumerable< DbEntity^ >^ | ProjectOnPlane (IEnumerable< DbEntity^ >^pEntities, Block^ pOwner) |
Project pEntities on plane and add the result to pOwner. More... | |
Properties | |
GePlane^ | ProjectionPlane [get, set] |
Plane to be project on. More... | |
Allows to project entities on a plane.
X3g::Plugin::Modeling::Projection2d::Projection2d | ( | ) |
Initializes a new instance of Projection2d class.
IEnumerable< DbEntity^ > X3g::Plugin::Modeling::Projection2d::ProjectOnPlane | ( | DbEntity^ | pEntity, |
Block^ | pOwner | ||
) |
Project pEntity on plane and add the result to pOwner.
IEnumerable< DbEntity^ > X3g::Plugin::Modeling::Projection2d::ProjectOnPlane | ( | IEnumerable< DbEntity^ >^ | pEntities, |
Block^ | pOwner | ||
) |
Project pEntities on plane and add the result to pOwner.
|
getset |
Plane to be project on.