Library | Module

Interface IpfcProjectionViewCreateInstructions



Description

This is the interface used for creating projected drawing views.
See Also:
IpfcModel2D.CreateView()
Direct Parent Classes:
IpfcView2DCreateInstructions



Property Summary

PropertyExplodedas Boolean [optional]
true if the view should be exploded, null or false otherwise.
PropertyLocationas IpfcPoint3D
The location for the projected view. The view location determines how the view will be oriented.
PropertyParentViewas IpfcView2D
The parent view for the projected view.



Method Summary

FunctionCCpfcProjectionViewCreateInstructions.Create (ParentView as IpfcView2D, Location as IpfcPoint3D) as IpfcProjectionViewCreateInstructions
Creates a data object used for creating projected drawing views.



Property Detail


PropertyExplodedas Boolean [optional]

true if the view should be exploded, null or false otherwise.




PropertyLocationas IpfcPoint3D

The location for the projected view. The view location determines how the view will be oriented.




PropertyParentViewas IpfcView2D

The parent view for the projected view.





Method Detail


FunctionCCpfcProjectionViewCreateInstructions.Create (ParentView as IpfcView2D, Location as IpfcPoint3D) as IpfcProjectionViewCreateInstructions

Creates a data object used for creating projected drawing views.
See Also:
IpfcModel2D.CreateView()
Parameters:
ParentView
The parent view for the projected view.
Location
The location for the projected view. The view location determines how the view will be oriented.
Returns:
The instructions data object.