NXOpen .NET Reference  12.0.0
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.GeometricUtilities.IComponentBuilder

Public Types

enum  DivideFacetTypes { ByRegion, ByColor }
 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 int Segments [get, set]
 Returns or sets the number of segments used for advanced fitting More...
 
unsafe
NXOpen.Facet.DivideFacetFaceBuilder.DivideFacetTypes 
Type [get, set]
 Returns or sets the type of enum which decides method for dividing facet faces 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...
 

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

3

IsEditCopy

0

Segments

50

Created in NX12.0.0

Member Enumeration Documentation

Divide Facet Face type

Enumerator
ByRegion 

Divide Facet face based on selected regional facets

ByColor 

Divide Facet face based on colored facets

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

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 int NXOpen.Facet.DivideFacetFaceBuilder.Segments
getset

Returns or sets the number of segments used for advanced fitting

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 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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.