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

Represents a NXOpen.Facet.DivideFacetFaceBuilder . More...

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

Public Types

enum  DivideFacetTypes { ByColor, ByRegion, ByCurves }
 Divide Facet Face type More...
 

Properties

unsafe int Degree [get, set]
 Returns or sets the polynomial degree (one unit less than the order). More...
 
unsafe NXOpen.ScCollector FacetBodyCollector [get]
 Returns the collector for specifying facet bodies to be divided based on colored regions. More...
 
unsafe NXOpen.FacetCollector FacetCollector [get]
 Returns the collector for specifying facet regions More...
 
unsafe bool IsEditCopy [get, set]
 Returns or sets the value indicating if a copy of the facet body to be used for Divide facet face without altering the original More...
 
unsafe bool IsSmoothEdge [get, set]
 Returns or sets the option to add smoothing to the edge of the divided region More...
 
unsafe int Segments [get, set]
 Returns or sets the number of segments used for advanced fitting More...
 
unsafe
NXOpen.Facet.SplitCurveMethodListDataManager 
SplitCurveMethodListDataManager [get]
 Returns the split curve method list data manager More...
 
unsafe
NXOpen.Facet.DivideFacetFaceBuilder.DivideFacetTypes 
Type [get, set]
 Returns or sets the type of enum which decides method for dividing facet faces 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 NXOpen.Facet.DivideFacetFaceBuilder .

Divide Facet Face Builder is a function to facilitate dividing of selected facet out of original facet face.

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

Default values.

Property Value

Degree (deprecated)

3

IsEditCopy

0

Segments (deprecated)

50

Type

ByRegion

Created in NX12.0.0

Member Enumeration Documentation

Divide Facet Face type

Enumerator
ByColor 

Divide Facet face based on colored facets

ByRegion 

Divide Facet face based on selected regional facets

ByCurves 

Divide Facet face based on split curves

Property Documentation

unsafe int NXOpen.Facet.DivideFacetFaceBuilder.Degree
getset

Returns or sets the polynomial degree (one unit less than the order).

Created in NX12.0.0

Deprecated in NX12.0.1. Use NXOpen.Facet.DivideFacetFaceBuilder.IsSmoothEdge instead.

License requirements to get this property: None.

License requirements to set this property: nx_polygon_modeling (" NX Polygon Modeling")

unsafe NXOpen.ScCollector NXOpen.Facet.DivideFacetFaceBuilder.FacetBodyCollector
get

Returns the collector for specifying facet bodies to be divided based on colored regions.

Created in NX12.0.0

License requirements: None.

unsafe NXOpen.FacetCollector NXOpen.Facet.DivideFacetFaceBuilder.FacetCollector
get

Returns the collector for specifying facet regions

Created in NX12.0.0

License requirements: None.

unsafe bool NXOpen.Facet.DivideFacetFaceBuilder.IsEditCopy
getset

Returns or sets the value indicating if a copy of the facet body to be used for Divide facet face without altering the original

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_polygon_modeling (" NX Polygon Modeling")

unsafe bool NXOpen.Facet.DivideFacetFaceBuilder.IsSmoothEdge
getset

Returns or sets the option to add smoothing to the edge of the divided region

Created in NX12.0.1

License requirements to get this property: None.

License requirements to set this property: nx_polygon_modeling (" NX Polygon Modeling")

unsafe int NXOpen.Facet.DivideFacetFaceBuilder.Segments
getset

Returns or sets the number of segments used for advanced fitting

Created in NX12.0.0

Deprecated in NX12.0.1. Use NXOpen.Facet.DivideFacetFaceBuilder.IsSmoothEdge instead.

License requirements to get this property: None.

License requirements to set this property: nx_polygon_modeling (" NX Polygon Modeling")

unsafe NXOpen.Facet.SplitCurveMethodListDataManager NXOpen.Facet.DivideFacetFaceBuilder.SplitCurveMethodListDataManager
get

Returns the split curve method list data manager

Created in NX12.0.1

License requirements: None.

unsafe NXOpen.Facet.DivideFacetFaceBuilder.DivideFacetTypes NXOpen.Facet.DivideFacetFaceBuilder.Type
getset

Returns or sets the type of enum which decides method for dividing facet faces

Created in NX12.0.0

License requirements to get this property: None.

License requirements to set this property: nx_polygon_modeling (" NX Polygon Modeling")


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