ShipSession Class

class NXOpen.ShipDesign.ShipSession

Bases: object

Represents Ship session

To obtain an instance of this class, refer to NXOpen.Session

New in version NX11.0.0.

Navigators”, “Returns the NXOpen.ShipDesign.NavigatorCollection belonging to this session ” “Generator”, “Returns the NXOpen.ShipDesign.Generator belonging to this session ” “GeneralArrangement”, “Returns the NXOpen.ShipDesign.GeneralArrangementManager belonging to this session ” “ApplicationUtils”, “Returns the NXOpen.ShipDesign.ApplicationUtils belonging to this session “

Generator

ShipSession.Generator

Returns the NXOpen.ShipDesign.Generator belonging to this session

Signature Generator

New in version NX11.0.0.

Returns:
Return type:NXOpen.ShipDesign.Generator

GeneralArrangement

ShipSession.GeneralArrangement

Returns the NXOpen.ShipDesign.GeneralArrangementManager belonging to this session

Signature GeneralArrangement

New in version NX12.0.0.

Returns:
Return type:NXOpen.ShipDesign.GeneralArrangementManager

ApplicationUtils

ShipSession.ApplicationUtils

Returns the NXOpen.ShipDesign.ApplicationUtils belonging to this session

Signature ApplicationUtils

New in version NX11.0.0.

Returns:
Return type:NXOpen.ShipDesign.ApplicationUtils