public class ChestCADGeometryTemplate_TID4107 extends Template
| Constructor and Description |
|---|
ChestCADGeometryTemplate_TID4107(SRTree objTree)
Instantiates ChestCADGeometryTemplate_TID4107 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCenter(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
Sets the value for Center
|
void |
setOutline(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
Sets the value for Outline
|
public ChestCADGeometryTemplate_TID4107(SRTree objTree)
objTree - Object of SRTree.public void setCenter(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrFlGraphicData - Float array for FlGraphicData.enumGraphicType - Enumerated value for GraphicType.public void setOutline(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrFlGraphicData - Float array for FlGraphicData.enumGraphicType - Enumerated value for GraphicType.