public class CallViewDisplay
extends java.lang.Object
| Constructor and Description |
|---|
CallViewDisplay(com.ptc.pfc.pfcView2D.ViewDisplay display) |
| Modifier and Type | Method and Description |
|---|---|
static CallViewDisplay |
create(com.ptc.pfc.pfcBase.DisplayStyle style,
com.ptc.pfc.pfcBase.TangentEdgeDisplayStyle tangentStyle,
com.ptc.pfc.pfcBase.CableDisplayStyle cableStyle,
boolean removeQuiltHiddenLines,
boolean showConceptModel,
boolean showWeldXSection) |
com.ptc.pfc.pfcBase.CableDisplayStyle |
getCableStyle() |
com.ptc.pfc.pfcView2D.ViewDisplay |
getDisplay() |
boolean |
getRemoveQuiltHiddenLines() |
boolean |
getShowConceptModel() |
boolean |
getShowWeldXSection() |
com.ptc.pfc.pfcBase.DisplayStyle |
getStyle() |
com.ptc.pfc.pfcBase.TangentEdgeDisplayStyle |
getTangentStyle() |
void |
setCableStyle(com.ptc.pfc.pfcBase.CableDisplayStyle value) |
void |
setRemoveQuiltHiddenLines(boolean value) |
void |
setShowConceptModel(boolean value) |
void |
setShowWeldXSection(boolean value) |
void |
setStyle(com.ptc.pfc.pfcBase.DisplayStyle value) |
void |
setTangentStyle(com.ptc.pfc.pfcBase.TangentEdgeDisplayStyle value) |
public CallViewDisplay(com.ptc.pfc.pfcView2D.ViewDisplay display)
public static CallViewDisplay create(com.ptc.pfc.pfcBase.DisplayStyle style, com.ptc.pfc.pfcBase.TangentEdgeDisplayStyle tangentStyle, com.ptc.pfc.pfcBase.CableDisplayStyle cableStyle, boolean removeQuiltHiddenLines, boolean showConceptModel, boolean showWeldXSection) throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcBase.CableDisplayStyle getCableStyle()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setCableStyle(com.ptc.pfc.pfcBase.CableDisplayStyle value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic boolean getRemoveQuiltHiddenLines()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setRemoveQuiltHiddenLines(boolean value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic boolean getShowConceptModel()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setShowConceptModel(boolean value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic boolean getShowWeldXSection()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setShowWeldXSection(boolean value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcBase.DisplayStyle getStyle()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setStyle(com.ptc.pfc.pfcBase.DisplayStyle value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcBase.TangentEdgeDisplayStyle getTangentStyle()
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic void setTangentStyle(com.ptc.pfc.pfcBase.TangentEdgeDisplayStyle value)
throws com.ptc.cipjava.jxthrowable
com.ptc.cipjava.jxthrowablepublic com.ptc.pfc.pfcView2D.ViewDisplay getDisplay()