| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static DrawingDimensionShowInstructions | DrawingDimensionShowInstructions_Create
(View2D View,
/*optional*/
ComponentPath Path)
Returns a new instance of DrawingDimensionShowInstructions. |
| static GeneralViewCreateInstructions | GeneralViewCreateInstructions_Create
(Model ViewModel, int SheetNumber, Point3D Location, Transform3D Orientation)
Creates an instructions data object used for creating general drawing views. |
| static ProjectionViewCreateInstructions | ProjectionViewCreateInstructions_Create
(View2D ParentView, Point3D Location)
Creates a data object used for creating projected drawing views. |
| static ViewDisplay | ViewDisplay_Create
(DisplayStyle Style, TangentEdgeDisplayStyle TangentStyle, CableDisplayStyle CableStyle, boolean RemoveQuiltHiddenLines, boolean ShowConceptModel, boolean ShowWeldXSection)
Creates a new view display object. |
| Method Detail |
|---|
| GeneralViewCreateInstructions_Create |
|---|
| static GeneralViewCreateInstructions | GeneralViewCreateInstructions_Create | (Model ViewModel, int SheetNumber, Point3D Location, Transform3D Orientation) |
Creates an instructions data object used for creating general drawing views.
|
| ProjectionViewCreateInstructions_Create |
|---|
| static ProjectionViewCreateInstructions | ProjectionViewCreateInstructions_Create | (View2D ParentView, Point3D Location) |
Creates a data object used for creating projected drawing views.
|
| ViewDisplay_Create |
|---|
| static ViewDisplay | ViewDisplay_Create | (DisplayStyle Style, TangentEdgeDisplayStyle TangentStyle, CableDisplayStyle CableStyle, boolean RemoveQuiltHiddenLines, boolean ShowConceptModel, boolean ShowWeldXSection) |
Creates a new view display object.
|
| DrawingDimensionShowInstructions_Create |
|---|
| static DrawingDimensionShowInstructions | DrawingDimensionShowInstructions_Create | (View2D View, /*optional*/ ComponentPath Path) |
Returns a new instance of DrawingDimensionShowInstructions.
|