NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
NXOpen.Drawings.ViewStyleBuilder Class Reference

Represents the View Style Builder (Drawings. More...

Inheritance diagram for NXOpen.Drawings.ViewStyleBuilder:
NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe
NXOpen.Drawings.ShipDraftingViewLinesBuilder 
FindShipDraftingViewLinesBuilderByName (string featureName, string featureSubName)
 Gets the NXOpen.Drawings.ShipDraftingViewLinesBuilder with the given FeatureName and FeatureSubName More...
 
unsafe
NXOpen.Drawings.ViewStyleFPCalloutsBuilder[] 
GetAllViewStyleFPCallouts ()
 Retrieves all the Callouts on the Flat Pattern Tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleFPCurvesBuilder[] 
GetAllViewStyleFPCurves ()
 Retrieves all the Curves on the Flat Pattern Tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleFPCalloutsBuilder 
GetViewStyleFPCallout (string type)
 Retrieves a specified Callout on the Flat Pattern Tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleFPCalloutConfigBuilder 
GetViewStyleFPCalloutConfig ()
 Retrieves the callout configuration on the Flat Pattern Tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleFPCurvesBuilder 
GetViewStyleFPCurve (NXOpen.SheetMetal.FlatPatternSettings.FlatPatternObjectType type)
 Retrieves a specified Curve on the Flat Pattern Tab on the View Style Dialog More...
 
unsafe void InheritSettingsFromCustomerDefault ()
 Inherit Settings From Customer Default More...
 
unsafe void InheritSettingsFromPreferences ()
 Inherit Settings From Preference More...
 
unsafe void InheritSettingsFromSelectedObjects (NXOpen.NXObject selectedObject)
 Inherit Settings From Selected Objects More...
 
unsafe bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen.TaggedObject
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
override string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. More...
 

Properties

unsafe
NXOpen.Drawings.ProjectedViewOrientationBuilder 
ProjectedViewOrientation [get]
 Returns the projected view orientation builder More...
 
unsafe
NXOpen.Drawings.ViewStyleSecondaryComponentsBuilder 
SecondaryComponents [get]
 Returns the secondary components style builder of the view style builder which represents the secondary geometry tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewCommonViewLabelBuilder 
ViewCommonViewLabel [get]
 Returns the view common label builder More...
 
unsafe
NXOpen.Drawings.ViewProjectedArrowSettingsBuilder 
ViewProjectedArrowSettings [get]
 Returns the projected Arrow Settings builder More...
 
unsafe
NXOpen.Drawings.ViewProjectedViewSettingsBuilder 
ViewProjectedViewSettings [get]
 Returns the projected View Settings builder More...
 
unsafe
NXOpen.Drawings.ViewSectionLineBuilder 
ViewSectionLineStyleBuilder [get]
 Returns the view section line builder More...
 
unsafe
NXOpen.Drawings.ViewStyleBaseBuilder 
ViewStyleBase [get]
 Returns the Base style builder of the view style builder which represents the base tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleDetailBuilder 
ViewStyleDetail [get]
 Returns the Detail style builder of the view style builder which represents the detail tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleGeneralBuilder 
ViewStyleGeneral [get]
 Returns the General style builder of the view style builder which represents the general tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleHiddenLinesBuilder 
ViewStyleHiddenLines [get]
 Returns the Hidden Lines style builder of the view style builder which represents the hidden lines tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleInheritPmiBuilder 
ViewStyleInheritPmi [get]
 Returns the Inherit PMI style builder of the view style builder which represents the inherit PMI tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleOrientationBuilder 
ViewStyleOrientation [get]
 Returns the Orientation style builder of the view style builder which represents the orientation tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStylePerspectiveBuilder 
ViewStylePerspective [get]
 Returns the Perspective style builder of the view style builder which represents the perspective tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleProjectedBuilder 
ViewStyleProjected [get]
 Returns the projected style builder of the view style builder which represents the projected tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleSectionBuilder 
ViewStyleSection [get]
 Returns the Section style builder of the view style builder which represents the section tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleSectionConstraintsBuilder 
ViewStyleSectionConstraints [get]
 Returns the Section Constraints style builder of the view style builder which represents the section constraints tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleShadingBuilder 
ViewStyleShading [get]
 Returns the Shading style builder of the view style builder which represents the shading tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ShipDraftingViewLinesBuilderList 
ViewStyleShipDraftingViewLinesList [get]
 Returns the Ship Drafting View lines builder of the view style builder which represents the ship drafting view lines on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleShipbuildingLinesBuilderList 
ViewStyleSingleLineList [get]
 Returns the Ship building lines style builder of the view style builder which represents the ship building lines tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleSmoothEdgesBuilder 
ViewStyleSmoothEdges [get]
 Returns the Smooth Edges style builder of the view style builder which represents the smooth edges tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleThreadsBuilder 
ViewStyleThreads [get]
 Returns the Threads style builder of the view style builder which represents the threads tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleTraceLinesBuilder 
ViewStyleTraceLines [get]
 Returns the Trace lines style builder of the view style builder which represents the trace lines tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleVirtualIntersectionsBuilder 
ViewStyleVirtualIntersections [get]
 Returns the Virtual intersections style builder of the view style builder which represents the virtual intersections tab on the View Style Dialog More...
 
unsafe
NXOpen.Drawings.ViewStyleVisibleLinesBuilder 
ViewStyleVisibleLines [get]
 Returns the Visible lines style builder of the view style builder which represents the visible lines tab on the View Style Dialog 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

- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents the View Style Builder (Drawings.

ViewStyleBuilder) which manages all the style attributes related * to the view including base view, projected view, drawing view, detail view, broken view, section view etc. * To obtain an instance of this class, we need to follow the steps: create a new view, click the view style * button, edit the view style attributes.

Created in NX6.0.0

Member Function Documentation

unsafe NXOpen.Drawings.ShipDraftingViewLinesBuilder NXOpen.Drawings.ViewStyleBuilder.FindShipDraftingViewLinesBuilderByName ( string  featureName,
string  featureSubName 
)
inline

Gets the NXOpen.Drawings.ShipDraftingViewLinesBuilder with the given FeatureName and FeatureSubName

Created in NX11.0.0

License requirements: nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

Parameters
featureName
featureSubName
Returns
Returns the Ship Drafting View Lines sub-builders with the given FeatureName and FeatureSubName
unsafe NXOpen.Drawings.ViewStyleFPCalloutsBuilder [] NXOpen.Drawings.ViewStyleBuilder.GetAllViewStyleFPCallouts ( )
inline

Retrieves all the Callouts on the Flat Pattern Tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Returns
Returns all the Flat Pattern Callout sub-builders on View Style
unsafe NXOpen.Drawings.ViewStyleFPCurvesBuilder [] NXOpen.Drawings.ViewStyleBuilder.GetAllViewStyleFPCurves ( )
inline

Retrieves all the Curves on the Flat Pattern Tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Returns
Returns all the Flat Pattern Curve sub-builders on View Style
unsafe NXOpen.Drawings.ViewStyleFPCalloutsBuilder NXOpen.Drawings.ViewStyleBuilder.GetViewStyleFPCallout ( string  type)
inline

Retrieves a specified Callout on the Flat Pattern Tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Parameters
typeIndicates which flat pattern callout
Returns
Returns the particular Flat Pattern Callout sub-builder on View Style
unsafe NXOpen.Drawings.ViewStyleFPCalloutConfigBuilder NXOpen.Drawings.ViewStyleBuilder.GetViewStyleFPCalloutConfig ( )
inline

Retrieves the callout configuration on the Flat Pattern Tab on the View Style Dialog

Created in NX9.0.0

License requirements: drafting ("DRAFTING")

Returns
Returns the Flat Pattern Callout Config sub-builder on View Style
unsafe NXOpen.Drawings.ViewStyleFPCurvesBuilder NXOpen.Drawings.ViewStyleBuilder.GetViewStyleFPCurve ( NXOpen.SheetMetal.FlatPatternSettings.FlatPatternObjectType  type)
inline

Retrieves a specified Curve on the Flat Pattern Tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

Parameters
typeIndicates which flat pattern curve
Returns
Returns the particular Flat Pattern Curve sub-builder on View Style
unsafe void NXOpen.Drawings.ViewStyleBuilder.InheritSettingsFromCustomerDefault ( )
inline

Inherit Settings From Customer Default

Created in NX9.0.0

License requirements: drafting ("DRAFTING")

unsafe void NXOpen.Drawings.ViewStyleBuilder.InheritSettingsFromPreferences ( )
inline

Inherit Settings From Preference

Created in NX9.0.0

License requirements: drafting ("DRAFTING")

unsafe void NXOpen.Drawings.ViewStyleBuilder.InheritSettingsFromSelectedObjects ( NXOpen.NXObject  selectedObject)
inline

Inherit Settings From Selected Objects

Created in NX9.0.0

License requirements: drafting ("DRAFTING")

Parameters
selectedObjectThe selected annotation or table or view instance object. a null reference (Nothing in Visual Basic) is not allowed.
unsafe bool NXOpen.Drawings.ViewStyleBuilder.Validate ( )
inline

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven't set it. This method throws a not-yet-implemented NXException for some components.

Created in NX3.0.1

License requirements: None.

Returns
Was self validation successful

Implements NXOpen.GeometricUtilities.IComponentBuilder.

Property Documentation

unsafe NXOpen.Drawings.ProjectedViewOrientationBuilder NXOpen.Drawings.ViewStyleBuilder.ProjectedViewOrientation
get

Returns the projected view orientation builder

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Drawings.ViewStyleSecondaryComponentsBuilder NXOpen.Drawings.ViewStyleBuilder.SecondaryComponents
get

Returns the secondary components style builder of the view style builder which represents the secondary geometry tab on the View Style Dialog

Created in NX11.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewCommonViewLabelBuilder NXOpen.Drawings.ViewStyleBuilder.ViewCommonViewLabel
get

Returns the view common label builder

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewProjectedArrowSettingsBuilder NXOpen.Drawings.ViewStyleBuilder.ViewProjectedArrowSettings
get

Returns the projected Arrow Settings builder

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Drawings.ViewProjectedViewSettingsBuilder NXOpen.Drawings.ViewStyleBuilder.ViewProjectedViewSettings
get

Returns the projected View Settings builder

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Drawings.ViewSectionLineBuilder NXOpen.Drawings.ViewStyleBuilder.ViewSectionLineStyleBuilder
get

Returns the view section line builder

Created in NX10.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleBaseBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleBase
get

Returns the Base style builder of the view style builder which represents the base tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleDetailBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleDetail
get

Returns the Detail style builder of the view style builder which represents the detail tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleGeneralBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleGeneral
get

Returns the General style builder of the view style builder which represents the general tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleHiddenLinesBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleHiddenLines
get

Returns the Hidden Lines style builder of the view style builder which represents the hidden lines tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleInheritPmiBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleInheritPmi
get

Returns the Inherit PMI style builder of the view style builder which represents the inherit PMI tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleOrientationBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleOrientation
get

Returns the Orientation style builder of the view style builder which represents the orientation tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStylePerspectiveBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStylePerspective
get

Returns the Perspective style builder of the view style builder which represents the perspective tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleProjectedBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleProjected
get

Returns the projected style builder of the view style builder which represents the projected tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleSectionBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleSection
get

Returns the Section style builder of the view style builder which represents the section tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleSectionConstraintsBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleSectionConstraints
get

Returns the Section Constraints style builder of the view style builder which represents the section constraints tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleShadingBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleShading
get

Returns the Shading style builder of the view style builder which represents the shading tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ShipDraftingViewLinesBuilderList NXOpen.Drawings.ViewStyleBuilder.ViewStyleShipDraftingViewLinesList
get

Returns the Ship Drafting View lines builder of the view style builder which represents the ship drafting view lines on the View Style Dialog

Created in NX10.0.0

License requirements: nx_ship_basic ("Ship Basic Design") OR nx_ship_detail ("Ship Detail Design") OR nx_ship_mfg_prep ("Ship Manufacturing")

unsafe NXOpen.Drawings.ViewStyleShipbuildingLinesBuilderList NXOpen.Drawings.ViewStyleBuilder.ViewStyleSingleLineList
get

Returns the Ship building lines style builder of the view style builder which represents the ship building lines tab on the View Style Dialog

Created in NX8.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleSmoothEdgesBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleSmoothEdges
get

Returns the Smooth Edges style builder of the view style builder which represents the smooth edges tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleThreadsBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleThreads
get

Returns the Threads style builder of the view style builder which represents the threads tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleTraceLinesBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleTraceLines
get

Returns the Trace lines style builder of the view style builder which represents the trace lines tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleVirtualIntersectionsBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleVirtualIntersections
get

Returns the Virtual intersections style builder of the view style builder which represents the virtual intersections tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")

unsafe NXOpen.Drawings.ViewStyleVisibleLinesBuilder NXOpen.Drawings.ViewStyleBuilder.ViewStyleVisibleLines
get

Returns the Visible lines style builder of the view style builder which represents the visible lines tab on the View Style Dialog

Created in NX6.0.0

License requirements: drafting ("DRAFTING")


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