public interface MeshCollectorDisplayDefaults2d extends MeshCollectorDisplayDefaults
Modifier and Type | Method and Description |
---|---|
boolean |
displayShadedEdges()
Returns the element shaded edge visibility.
|
boolean |
displayThickShell()
Returns the element thick shell display setting.
|
ElementNormalsType |
elementNormals()
Returns the element normals display setting.
|
int |
elementShrinkPercent()
Returns the element shrink percentage (0 to 100).
|
DisplayableObject.ObjectWidth |
lineWidth()
Returns the line width of the element.
|
NXColor |
normalsColor()
Returns the element normals color.
|
void |
setDisplayShadedEdges(boolean visibility)
License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") . |
void |
setDisplayThickShell(boolean visibility)
License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") . |
void |
setElementNormals(ElementNormalsType normals)
License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") . |
void |
setElementShrinkPercent(int shrink)
License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") . |
void |
setLineWidth(DisplayableObject.ObjectWidth width)
License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") . |
void |
setNormalsColor(NXColor color)
License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") . |
void |
setShadedEdgeColor(NXColor color)
License requirements: nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation") . |
NXColor |
shadedEdgeColor()
Returns the element shaded edge color.
|
color, setColor, useCustomerDefaultsDisplaySettings
_value, dispose, printTestData, printTestData
DisplayableObject.ObjectWidth lineWidth() throws NXException, RemoteException
NXException
RemoteException
void setLineWidth(DisplayableObject.ObjectWidth width) throws NXException, RemoteException
width
- NXException
RemoteException
int elementShrinkPercent() throws NXException, RemoteException
NXException
RemoteException
void setElementShrinkPercent(int shrink) throws NXException, RemoteException
shrink
- NXException
RemoteException
boolean displayShadedEdges() throws NXException, RemoteException
NXException
RemoteException
void setDisplayShadedEdges(boolean visibility) throws NXException, RemoteException
visibility
- NXException
RemoteException
NXColor shadedEdgeColor() throws NXException, RemoteException
NXException
RemoteException
void setShadedEdgeColor(NXColor color) throws NXException, RemoteException
color
- NXException
RemoteException
boolean displayThickShell() throws NXException, RemoteException
NXException
RemoteException
void setDisplayThickShell(boolean visibility) throws NXException, RemoteException
visibility
- NXException
RemoteException
ElementNormalsType elementNormals() throws NXException, RemoteException
NXException
RemoteException
void setElementNormals(ElementNormalsType normals) throws NXException, RemoteException
normals
- NXException
RemoteException
NXColor normalsColor() throws NXException, RemoteException
NXException
RemoteException
void setNormalsColor(NXColor color) throws NXException, RemoteException
color
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.