Library | Module

Class pfcProjectionViewCreateInstructions



Description

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



Property Summary

/* optional */ booleanExploded
true if the view should be exploded, null or false otherwise.
pfcPoint3DLocation
The location for the projected view. The view location determines how the view will be oriented.
pfcView2DParentView
The parent view for the projected view.



Method Summary

static pfcProjectionViewCreateInstructionsCreate (pfcView2D ParentView, pfcPoint3D Location)
Creates a data object used for creating projected drawing views.



Property Detail


/* optional */ booleanExploded

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




pfcPoint3DLocation

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




pfcView2DParentView

The parent view for the projected view.





Method Detail


static pfcProjectionViewCreateInstructionsCreate (pfcView2D ParentView, pfcPoint3D Location)

Creates a data object used for creating projected drawing views.
See Also:
pfcModel2D.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.