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

Represents a NXOpen.Facet.FacetBodyFromBodyBuilder builder. More...

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

Public Types

enum  OriginalBodyOptions { Keep, Hide, Delete }
 These options represent the options for handling original body: Keep, Hide, Delete More...
 
enum  OutputTypes { ConvergentBody, NXFacetBody, JTFacetBody }
 These options represent the type of output body More...
 

Properties

unsafe bool Associative [get, set]
 Returns or sets the option that specifies whether the facet body from body operation is associative More...
 
unsafe double MaximumDeviation [get, set]
 Returns or sets the maximum deviation More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
NonFacetedBodiesToConvert [get]
 Returns the input non-faceted bodies to convert More...
 
unsafe
NXOpen.Facet.FacetBodyFromBodyBuilder.OriginalBodyOptions 
OriginalBodyOption [get, set]
 Returns or sets the original body option of enum More...
 
unsafe
NXOpen.Facet.FacetBodyFromBodyBuilder.OutputTypes 
OutputType [get, set]
 Returns or sets the output of the type of enum 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.FacetBodyFromBodyBuilder builder.

It converts the selected analytic bodies to NX convergent bodies bodies. The original inputs are deleted.

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

Default values.

Property Value

Associative

False

MaximumDeviation

0.1 (millimeters part), 0.005 (inches part)

OriginalBodyOption

Hide

OutputType

ConvergentBody

Created in NX10.0.0

Member Enumeration Documentation

These options represent the options for handling original body: Keep, Hide, Delete

Enumerator
Keep 

Keep original body

Hide 

Hide original body

Delete 

Delete original body

These options represent the type of output body

Enumerator
ConvergentBody 

Convert To Convergent bodies

NXFacetBody 

Convert to NX Facet Bodies

JTFacetBody 

Convert To JT Facet bodies

Property Documentation

unsafe bool NXOpen.Facet.FacetBodyFromBodyBuilder.Associative
getset

Returns or sets the option that specifies whether the facet body from body operation is associative

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: studio_free_form ("STUDIO FREE FORM")

unsafe double NXOpen.Facet.FacetBodyFromBodyBuilder.MaximumDeviation
getset

Returns or sets the maximum deviation

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: studio_free_form ("STUDIO FREE FORM")

unsafe NXOpen.SelectDisplayableObjectList NXOpen.Facet.FacetBodyFromBodyBuilder.NonFacetedBodiesToConvert
get

Returns the input non-faceted bodies to convert

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Facet.FacetBodyFromBodyBuilder.OriginalBodyOptions NXOpen.Facet.FacetBodyFromBodyBuilder.OriginalBodyOption
getset

Returns or sets the original body option of enum

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: studio_free_form ("STUDIO FREE FORM")

unsafe NXOpen.Facet.FacetBodyFromBodyBuilder.OutputTypes NXOpen.Facet.FacetBodyFromBodyBuilder.OutputType
getset

Returns or sets the output of the type of enum

Created in NX11.0.0

License requirements to get this property: None.

License requirements to set this property: studio_free_form ("STUDIO FREE FORM")


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