Library | Package Java Toolkit

Class pfcView2D

package com.ptc.pfc.pfcView2D;

public class pfcView2D



Description

Contains global CIP definitions for module "pfcView2D"



Method Summary
static DrawingDimensionShowInstructionsDrawingDimensionShowInstructions_Create (View2D View, /*optional*/ ComponentPath Path)
    Returns a new instance of DrawingDimensionShowInstructions.
static GeneralViewCreateInstructionsGeneralViewCreateInstructions_Create (Model ViewModel, int SheetNumber, Point3D Location, Transform3D Orientation)
    Creates an instructions data object used for creating general drawing views.
static ProjectionViewCreateInstructionsProjectionViewCreateInstructions_Create (View2D ParentView, Point3D Location)
    Creates a data object used for creating projected drawing views.
static ViewDisplayViewDisplay_Create (DisplayStyle Style, TangentEdgeDisplayStyle TangentStyle, CableDisplayStyle CableStyle, boolean RemoveQuiltHiddenLines, boolean ShowConceptModel, boolean ShowWeldXSection)
    Creates a new view display object.

Method Detail

GeneralViewCreateInstructions_Create

static GeneralViewCreateInstructionsGeneralViewCreateInstructions_Create (Model ViewModel, int SheetNumber, Point3D Location, Transform3D Orientation)


    Creates an instructions data object used for creating general drawing views.
See Also:
Model2D.CreateView(View2DCreateInstructions), pfcBase.Transform3D_Create(/*optional*/ Matrix3D)
Manual References:
Drawings: Creating Drawing Views, Drawings: Creating Drawing Views
Parameters:
ViewModel
The solid model to display in the view.
SheetNumber
The sheet number in which to create the view.
Location
The location on the sheet where the view should be placed.
Orientation
The orientation of the model in the view.
Returns:
The created data object.


ProjectionViewCreateInstructions_Create

static ProjectionViewCreateInstructionsProjectionViewCreateInstructions_Create (View2D ParentView, Point3D Location)


    Creates a data object used for creating projected drawing views.
See Also:
Model2D.CreateView(View2DCreateInstructions)
Manual References:
Drawings: Creating Drawing Views, Drawings: Creating Drawing Views
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.


ViewDisplay_Create

static ViewDisplayViewDisplay_Create (DisplayStyle Style, TangentEdgeDisplayStyle TangentStyle, CableDisplayStyle CableStyle, boolean RemoveQuiltHiddenLines, boolean ShowConceptModel, boolean ShowWeldXSection)


    Creates a new view display object.
See Also:
View2D
Parameters:
Style
The display style for hidden lines.
TangentStyle
The display style for tangent lines.
CableStyle
The display style for cables.
RemoveQuiltHiddenLines
true to remove quilt hidden lines, false otherwise.
ShowConceptModel
true to include the skeleton model in the display, false otherwise.
ShowWeldXSection
true to show weld cross sections in the display, false otherwise.
Returns:
The created view display object.


DrawingDimensionShowInstructions_Create

static DrawingDimensionShowInstructionsDrawingDimensionShowInstructions_Create (View2D View, /*optional*/ ComponentPath Path)


    Returns a new instance of DrawingDimensionShowInstructions.
Parameters:
View
The drawing view in which to show the dimension.
Path
The component path from the assembly to the component containing the dimension, or null if not applicable.
Returns:
The new instructions object.