public static MountingPanel CreateTransient( Project oProject, double dHeight, double dWidth, double dDepth, List<Placement3D> listOfAdditionalObjects )
public: static MountingPanel^ CreateTransient( Project^ oProject, double dHeight, double dWidth, double dDepth, List<Placement3D^>^ listOfAdditionalObjects )
Parameters
- oProject
- Project to which this object will be assign. Can't be null.
- dHeight
- dWidth
- Length of the MountingPanel. Must be grater then zero.
- dDepth
- listOfAdditionalObjects
- list, that will be filled by additional created objects. may be null
Return Value
The created MountingPanel object.