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

Represents a builder NXOpen.Assemblies.ProductOutlineBuilder . More...

Inheritance diagram for NXOpen.Assemblies.ProductOutlineBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  LineFont {
  Solid, Dashed, Phantom, Centerline,
  Dotted, Longdash, Dotdash, Eight,
  Nine, Ten, Eleven
}
 Represents the line font types More...
 

Properties

unsafe
NXOpen.Assemblies.ProductOutlineBuilder.LineFont 
LineFontType [get, set]
 Returns or sets the line font type for the objects defined in Product Outline. More...
 
unsafe NXOpen.NXColor OutlineColor [get, set]
 Returns or sets the color for all the objects defined in Product Outline. More...
 
unsafe bool OverrideColor [get, set]
 Returns or sets the flag to override-color switch. More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
SelectObject [get]
 Returns the objects defined in Product Outline. More...
 
unsafe int Translucency [get, set]
 Returns or sets the translucency of faceted bodies/objects defined in Product Outline. 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

Represents a builder NXOpen.Assemblies.ProductOutlineBuilder .

Input to this class can be PSM facet objects.

To create a new instance of this class, use NXOpen.Assemblies.ProductOutlineManager.CreateProductOutlineBuilder

Default values.

Property Value

LineFontType

Solid

OverrideColor

false

Translucency

50

Created in NX6.0.0

Member Enumeration Documentation

Represents the line font types

Enumerator
Solid 

Solid Line

Dashed 

Dashed Line

Phantom 

Phantom Line

Centerline 

Center Line

Dotted 

Dotted Line

Longdash 

Longdash Line

Dotdash 

Dotdash Line

Eight 

Long Dashed Double Dotted

Nine 

Long Dashed Dotted for OOTB fonts and Undulating for shipbuilding fonts

Ten 

Long Dashed Triplicate Dotted for OOTB fonts and Zigzag for shipbuilding fonts

Eleven 

Long Dashed Double Short Dashed for OOTB fonts and Railway for shipbuilding fonts

Property Documentation

unsafe NXOpen.Assemblies.ProductOutlineBuilder.LineFont NXOpen.Assemblies.ProductOutlineBuilder.LineFontType
getset

Returns or sets the line font type for the objects defined in Product Outline.

The font types are mentioned in NXOpen.Assemblies.ProductOutlineBuilder.LineFont .

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: assemblies ("ASSEMBLIES MODULE")

unsafe NXOpen.NXColor NXOpen.Assemblies.ProductOutlineBuilder.OutlineColor
getset

Returns or sets the color for all the objects defined in Product Outline.

The range is 1-216

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: assemblies ("ASSEMBLIES MODULE")

unsafe bool NXOpen.Assemblies.ProductOutlineBuilder.OverrideColor
getset

Returns or sets the flag to override-color switch.

If "true" the facet representation is in original color of selected object, else representation is in the color defined by NXOpen.Assemblies.ProductOutlineBuilder.OutlineColor .

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: assemblies ("ASSEMBLIES MODULE")

unsafe NXOpen.SelectDisplayableObjectList NXOpen.Assemblies.ProductOutlineBuilder.SelectObject
get

Returns the objects defined in Product Outline.

Created in NX6.0.0

License requirements: None.

unsafe int NXOpen.Assemblies.ProductOutlineBuilder.Translucency
getset

Returns or sets the translucency of faceted bodies/objects defined in Product Outline.

The range is 0-100.

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: assemblies ("ASSEMBLIES MODULE")


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