OpenInstallationSpaceWithPlacement3D Method
In This Topic
Opens the installation space and selects the Placement passed as oPlacement. The Placement is selected in the graphic editor.
Syntax
public void OpenInstallationSpaceWithPlacement3D(
Placement3D
)
public:
void OpenInstallationSpaceWithPlacement3D(
Placement3D^
)
Parameters
- oPlacement
- Placement to be selected.
Exceptions
Exception | Description |
ArgumentNullException | Is thrown in case of null
\parameters. |
ApplicationException | The graphics editor interface could
not be created. |
See Also