NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Properties | List of all members
NXOpen.Features.ShipDesign.DrawingAnnotationBuilder Class Reference

This builder allows you to define the drawing annotation information. More...

Inheritance diagram for NXOpen.Features.ShipDesign.DrawingAnnotationBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Annotation { Preserve, Delete }
 Settings that indicate how to handle the exsiting annotation in the drawing. More...
 

Properties

unsafe
NXOpen.Features.ShipDesign.DrawingAnnotationBuilder.Annotation 
ExistingAutomaticAnnotation [get, set]
 Returns or sets the option specify how to handle existing annotation More...
 
unsafe bool IsCreateContinuitySymbolOnSectionStiffener [get, set]
 Returns or sets the setting that indicates whether continuity symbol on section stiffener will be created for the ship objects More...
 
unsafe bool IsCreateFireAndSafetyPlan [get, set]
 Returns or sets the setting that indicates whether the fire and safety plan symbol will be created for the ship objects or not. More...
 
unsafe bool IsCreateOpeningFillLines [get, set]
 Returns or sets the setting that indicates whether opening fill lines will be created for ship objects More...
 
unsafe bool IsCreateScantling [get, set]
 Returns or sets the setting that indicates whether scantling will be created for the ship objects More...
 
unsafe bool IsCreateScantlingTable [get, set]
 Returns or sets the setting that indicates whether the most common scantlings for stiffener and plate will be created for the view. More...
 
unsafe bool IsCreateStiffenerSectionSymbol [get, set]
 Returns or sets the setting that indicates whether the section symbol will be created for stiffeners More...
 
unsafe bool IsCreateStructureID [get, set]
 Returns or sets the setting that indicates whether structure id will be created for ship objects More...
 
unsafe
NXOpen.Drawings.SelectDraftingViewList 
ViewList [get]
 Returns the drafting views to be annotated More...
 
- Properties inherited from NXOpen.Builder
unsafe NXOpen.PreviewBuilder PreviewBuilder [get]
 Returns the preview builder subobject. More...
 
- Properties inherited from NXOpen.TaggedObject
Tag Tag [get]
 Returns the tag of this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. More...
 

Additional Inherited Members

- Public Member Functions inherited from NXOpen.Builder
unsafe NXOpen.NXObject Commit ()
 Commits any edits that have been applied to the builder. More...
 
unsafe void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
unsafe NXOpen.NXObject[] GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
unsafe NXOpen.NXObject GetObject ()
 Returns the object currently being edited by this builder. More...
 
unsafe void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

This builder allows you to define the drawing annotation information.

It represents NXOpen.Features.ShipDesign.DrawingAnnotationBuilder

To create a new instance of this class, use NXOpen.Features.ShipCollection.CreateDrawingAnnotationBuilder

Default values.

Property Value

ExistingAutomaticAnnotation

Preserve

IsCreateOpeningFillLines

1

IsCreateScantling

1

IsCreateScantlingTable

1

IsCreateStructureID

0

Created in NX10.0.0

Member Enumeration Documentation

Settings that indicate how to handle the exsiting annotation in the drawing.

Enumerator
Preserve 
Delete 

Property Documentation

unsafe NXOpen.Features.ShipDesign.DrawingAnnotationBuilder.Annotation NXOpen.Features.ShipDesign.DrawingAnnotationBuilder.ExistingAutomaticAnnotation
getset

Returns or sets the option specify how to handle existing annotation

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

unsafe bool NXOpen.Features.ShipDesign.DrawingAnnotationBuilder.IsCreateContinuitySymbolOnSectionStiffener
getset

Returns or sets the setting that indicates whether continuity symbol on section stiffener will be created for the ship objects

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

unsafe bool NXOpen.Features.ShipDesign.DrawingAnnotationBuilder.IsCreateFireAndSafetyPlan
getset

Returns or sets the setting that indicates whether the fire and safety plan symbol will be created for the ship objects or not.

Created in NX12.0.2

License requirements to get this property: None.

License requirements to set this property: nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

unsafe bool NXOpen.Features.ShipDesign.DrawingAnnotationBuilder.IsCreateOpeningFillLines
getset

Returns or sets the setting that indicates whether opening fill lines will be created for ship objects

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

unsafe bool NXOpen.Features.ShipDesign.DrawingAnnotationBuilder.IsCreateScantling
getset

Returns or sets the setting that indicates whether scantling will be created for the ship objects

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

unsafe bool NXOpen.Features.ShipDesign.DrawingAnnotationBuilder.IsCreateScantlingTable
getset

Returns or sets the setting that indicates whether the most common scantlings for stiffener and plate will be created for the view.

If yes, the stiffener and plate scantlings, other than the most common one, will not be created.

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

unsafe bool NXOpen.Features.ShipDesign.DrawingAnnotationBuilder.IsCreateStiffenerSectionSymbol
getset

Returns or sets the setting that indicates whether the section symbol will be created for stiffeners

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

unsafe bool NXOpen.Features.ShipDesign.DrawingAnnotationBuilder.IsCreateStructureID
getset

Returns or sets the setting that indicates whether structure id will be created for ship objects

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: nx_ship_gen_arrange ("Ship General Arrangement") OR nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

unsafe NXOpen.Drawings.SelectDraftingViewList NXOpen.Features.ShipDesign.DrawingAnnotationBuilder.ViewList
get

Returns the drafting views to be annotated

Created in NX10.0.0

License requirements: None.


The documentation for this class was generated from the following file:
Copyright 2019 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.