pCon.planner Plugin SDK  Version 8.8.1
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events
Public Member Functions | Properties | List of all members
X3g::Plugin::Modeling::Projection2d Class Reference

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...
 

Detailed Description

Allows to project entities on a plane.

Constructor & Destructor Documentation

X3g::Plugin::Modeling::Projection2d::Projection2d ( )

Initializes a new instance of Projection2d class.

Member Function Documentation

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.

Property Documentation

GePlane^ X3g::Plugin::Modeling::Projection2d::ProjectionPlane
getset

Plane to be project on.