public interface ShipDraftingViewLinesViewStyle extends Remote
Drawings.ViewStyle#shipDraftingViewLines
Modifier and Type | Interface and Description |
---|---|
static class |
ShipDraftingViewLinesViewStyle.Lines
Line type
|
Modifier and Type | Method and Description |
---|---|
NXColor |
getColor(String featureName,
ShipDraftingViewLinesViewStyle.Lines linesType)
Gets line color.
|
Font |
getFont(String featureName,
ShipDraftingViewLinesViewStyle.Lines linesType)
Gets line font.
|
boolean |
getShipDrawingObject(String featureName)
Get ship drawing object status.
|
Width |
getWidth(String featureName,
ShipDraftingViewLinesViewStyle.Lines linesType)
Gets line width
License requirements: None. |
void |
setColor(String featureName,
ShipDraftingViewLinesViewStyle.Lines linesType,
NXColor color)
The color of ship line.
|
void |
setFont(String featureName,
ShipDraftingViewLinesViewStyle.Lines linesType,
Font font)
The font type of ship line.
|
void |
setShipDrawingObject(String featureName,
boolean singleLine)
Note: The initial values are set based on the file NX_ShipAttribute.xml
The status determines the line settings for the ship feature in a view.
|
void |
setWidth(String featureName,
ShipDraftingViewLinesViewStyle.Lines linesType,
Width width)
The width of ship line.
|
void setShipDrawingObject(String featureName, boolean singleLine) throws NXException, RemoteException
featureName
- feature name e.g. decks, bulkheads etc. singleLine
- status that determines SLR for the featureNXException
RemoteException
boolean getShipDrawingObject(String featureName) throws NXException, RemoteException
featureName
- feature name e.g. decks, bulkheads etc. NXException
RemoteException
void setColor(String featureName, ShipDraftingViewLinesViewStyle.Lines linesType, NXColor color) throws NXException, RemoteException
featureName
- feature name e.g. decks, bulkheads etc. linesType
- visible or hidden line typecolor
- ColorNXException
RemoteException
NXColor getColor(String featureName, ShipDraftingViewLinesViewStyle.Lines linesType) throws NXException, RemoteException
featureName
- feature name e.g. decks, bulkheads etc. linesType
- visible or hidden line typeNXException
RemoteException
void setFont(String featureName, ShipDraftingViewLinesViewStyle.Lines linesType, Font font) throws NXException, RemoteException
featureName
- feature name e.g. decks, bulkheads etc. linesType
- visible or hidden line typefont
- FontNXException
RemoteException
Font getFont(String featureName, ShipDraftingViewLinesViewStyle.Lines linesType) throws NXException, RemoteException
featureName
- feature name e.g. decks, bulkheads etc. linesType
- visible or hidden line typeNXException
RemoteException
void setWidth(String featureName, ShipDraftingViewLinesViewStyle.Lines linesType, Width width) throws NXException, RemoteException
featureName
- feature name e.g. decks, bulkheads etc. linesType
- visible or hidden line typewidth
- WidthNXException
RemoteException
Width getWidth(String featureName, ShipDraftingViewLinesViewStyle.Lines linesType) throws NXException, RemoteException
featureName
- feature name e.g. decks, bulkheads etc. linesType
- visible or hidden line typeNXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.