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

This class manages the color painting on a facet body. More...

Inheritance diagram for NXOpen.Facet.PaintFacetBodyBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Member Functions

unsafe double[] GetPaintBrushColor ()
 Returns the paint brush color More...
 
unsafe void PaintBodiesBackgroundColor (NXOpen.DisplayableObject[] bodies)
 Paints facets background color. More...
 
unsafe void PaintFacetsBackGroundColor (NXOpen.Facet.FacetedBody[] facets)
 Paints facets background color More...
 
unsafe void PaintSelectedFacets ()
 Paints selected facets. More...
 
unsafe void SetPaintBrushColor (double[] paintBrushColor)
 Sets the paint brush color More...
 
unsafe void SetupBodyColorData (NXOpen.DisplayableObject[] bodies)
 Setup color data. More...
 
unsafe void SetupColorData (NXOpen.Facet.FacetedBody[] facets)
 Setup color data More...
 
- 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...
 
- 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.FacetCollector FacetCollector [get]
 Returns a collector of facets on the facet bodies to be to be tested. More...
 
unsafe
NXOpen.SelectDisplayableObject 
InheritBodyColorPick [get]
 Returns the inherit color pick. More...
 
unsafe
NXOpen.Facet.SelectFacetedBody 
InheritColorPick [get]
 Returns the inherit color pick More...
 
unsafe
NXOpen.Facet.PaintBrushBuilder 
PaintBrush [get]
 Returns the paint brush More...
 
unsafe NXOpen.Expression PaintBrushSize [get]
 Returns the paint brush size 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

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

Detailed Description

This class manages the color painting on a facet body.

To create a new instance of this class, use NXOpen.Facet.FacetModelingCollection.CreatePaintFacetBodyBuilder

Default values.

Property Value

PaintBrushSize.Value (deprecated)

20.0 (millimeters part), 1.0 (inches part)

Created in NX10.0.0

Member Function Documentation

unsafe double [] NXOpen.Facet.PaintFacetBodyBuilder.GetPaintBrushColor ( )
inline

Returns the paint brush color

Created in NX10.0.0

License requirements: None.

Returns
Array of 3 RGB values, each between 0 and 1
unsafe void NXOpen.Facet.PaintFacetBodyBuilder.PaintBodiesBackgroundColor ( NXOpen.DisplayableObject[]  bodies)
inline

Paints facets background color.

Inputs to this command can be convergent objects.

Created in NX11.0.0

License requirements: None.

Parameters
bodiesBodies to be painted with background color
unsafe void NXOpen.Facet.PaintFacetBodyBuilder.PaintFacetsBackGroundColor ( NXOpen.Facet.FacetedBody[]  facets)
inline

Paints facets background color

Created in NX10.0.0

Deprecated in NX11.0.0. Use NXOpen.Facet.PaintFacetBodyBuilder.PaintBodiesBackgroundColor instead.

License requirements: None.

Parameters
facetsFacets to be painted with background color
unsafe void NXOpen.Facet.PaintFacetBodyBuilder.PaintSelectedFacets ( )
inline

Paints selected facets.

Created in NX12.0.0

License requirements: None.

unsafe void NXOpen.Facet.PaintFacetBodyBuilder.SetPaintBrushColor ( double[]  paintBrushColor)
inline

Sets the paint brush color

Created in NX10.0.0

License requirements: None.

Parameters
paintBrushColorArray of 3 RGB values, each between 0 and 1
unsafe void NXOpen.Facet.PaintFacetBodyBuilder.SetupBodyColorData ( NXOpen.DisplayableObject[]  bodies)
inline

Setup color data.

Inputs to this command can be convergent objects.

Created in NX11.0.0

License requirements: None.

Parameters
bodiesBodies that need color data for edit
unsafe void NXOpen.Facet.PaintFacetBodyBuilder.SetupColorData ( NXOpen.Facet.FacetedBody[]  facets)
inline

Setup color data

Created in NX10.0.0

Deprecated in NX11.0.0. Use NXOpen.Facet.PaintFacetBodyBuilder.SetupBodyColorData instead.

License requirements: None.

Parameters
facetsFacets that need color data for edit

Property Documentation

unsafe NXOpen.FacetCollector NXOpen.Facet.PaintFacetBodyBuilder.FacetCollector
get

Returns a collector of facets on the facet bodies to be to be tested.

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.SelectDisplayableObject NXOpen.Facet.PaintFacetBodyBuilder.InheritBodyColorPick
get

Returns the inherit color pick.

Inputs to this command can be convergent objects.

Created in NX11.0.0

License requirements: None.

unsafe NXOpen.Facet.SelectFacetedBody NXOpen.Facet.PaintFacetBodyBuilder.InheritColorPick
get

Returns the inherit color pick

Created in NX10.0.0

Deprecated in NX11.0.0. Use NXOpen.Facet.PaintFacetBodyBuilder.InheritBodyColorPick instead.

License requirements: None.

unsafe NXOpen.Facet.PaintBrushBuilder NXOpen.Facet.PaintFacetBodyBuilder.PaintBrush
get

Returns the paint brush

Created in NX10.0.0

Deprecated in NX12.0.0. Use NXOpen.Facet.PaintFacetBodyBuilder.FacetCollector instead.

License requirements: None.

unsafe NXOpen.Expression NXOpen.Facet.PaintFacetBodyBuilder.PaintBrushSize
get

Returns the paint brush size

Created in NX10.0.0

Deprecated in NX12.0.0. Use NXOpen.Facet.PaintFacetBodyBuilder.FacetCollector instead.

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.