public interface ProfileListBuilder
ProfileList
builder
ShipCollection.createProfileListBuilder(Feature)
Modifier and Type | Method and Description |
---|---|
boolean |
inverseBending()
Returns the inverse bending
License requirements: None. |
boolean |
knuckledProfile()
Returns the knuckled profile
License requirements: None. |
String |
listFile()
Returns the assembly part
License requirements: None. |
void |
setInverseBending(boolean inverseBending)
License requirements: nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing") . |
void |
setKnuckledProfile(boolean knuckledProfile)
License requirements: nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing") . |
void |
setListFile(String listFile)
License requirements: nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing") . |
void |
setVentilationHoles(boolean ventilationHoles)
License requirements: nx_ship_concept ("Ship Concept") OR nx_ship_mfg_prep ("Ship Manufacturing") . |
boolean |
ventilationHoles()
Returns the ventilation holes
License requirements: None. |
String listFile() throws NXException, RemoteException
NXException
RemoteException
void setListFile(String listFile) throws NXException, RemoteException
listFile
- NXException
RemoteException
boolean ventilationHoles() throws NXException, RemoteException
NXException
RemoteException
void setVentilationHoles(boolean ventilationHoles) throws NXException, RemoteException
ventilationHoles
- NXException
RemoteException
boolean inverseBending() throws NXException, RemoteException
NXException
RemoteException
void setInverseBending(boolean inverseBending) throws NXException, RemoteException
inverseBending
- NXException
RemoteException
boolean knuckledProfile() throws NXException, RemoteException
NXException
RemoteException
void setKnuckledProfile(boolean knuckledProfile) throws NXException, RemoteException
knuckledProfile
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.