NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Tooling.FaceSplitBuilder Class Reference

Represents a face split operation More...

Inheritance diagram for NXOpen.Tooling.FaceSplitBuilder:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  FaceSplitType { CurvesEdges, Plane, Intersection, Isocline }
 the type for Split Face More...
 

Public Member Functions

unsafe void CreateIsoclines (NXOpen.Face[] pFacesToDivide, out NXOpen.Curve[] outputCurves)
 Create isocline More...
 
unsafe void FindMoldUnsplitFace ()
 Set the reference point to the selected face center. 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...
 

Properties

unsafe NXOpen.ScCollector DivObjects [get]
 Returns the dividing objects which will be different according to the split type More...
 
unsafe NXOpen.ScCollector FaceToDivide [get]
 Returns the faces to be divided More...
 
unsafe double Tolerance [get, set]
 Returns or sets the tolerance is used to do dividing face operation More...
 
unsafe
NXOpen.Tooling.FaceSplitBuilder.FaceSplitType 
Type [get, set]
 Returns or sets the split face type which splits a face by using curves, edges, plane, face, isolines or intersected curves with another body More...
 

Detailed Description

Represents a face split operation

To create a new instance of this class, use NXOpen.Tooling.FaceSplitCollection.CreateFaceSplitBuilder

Default values.

Property Value

Tolerance

0.025

Created in NX7.5.0

Member Enumeration Documentation

the type for Split Face

Enumerator
CurvesEdges 

using curve or edge for Split Face

Plane 

using plane for Split Face

Intersection 

using intersection curve of two body for Split Face

Isocline 

using Isocline for Split Face

Member Function Documentation

unsafe void NXOpen.Tooling.FaceSplitBuilder.CreateIsoclines ( NXOpen.Face[]  pFacesToDivide,
out NXOpen.Curve[]  outputCurves 
)

Create isocline

Created in NX7.5.0

License requirements: None.

Parameters
pFacesToDividefaces to be divided with isoclines
outputCurvesisoclines on selected faces
unsafe void NXOpen.Tooling.FaceSplitBuilder.FindMoldUnsplitFace ( )

Set the reference point to the selected face center.

Created in NX8.5.0

License requirements: ug_mold_design ("UG MOLD") OR nx_electrode_wizard ("NX Electrode Wizard") OR prog_die_wizard ("UG/Progressive Die Wizard")

Property Documentation

unsafe NXOpen.ScCollector NXOpen.Tooling.FaceSplitBuilder.DivObjects
get

Returns the dividing objects which will be different according to the split type

Created in NX7.5.0

License requirements: None.

unsafe NXOpen.ScCollector NXOpen.Tooling.FaceSplitBuilder.FaceToDivide
get

Returns the faces to be divided

Created in NX7.5.0

License requirements: None.

unsafe double NXOpen.Tooling.FaceSplitBuilder.Tolerance
getset

Returns or sets the tolerance is used to do dividing face operation

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Tooling.FaceSplitBuilder.FaceSplitType NXOpen.Tooling.FaceSplitBuilder.Type
getset

Returns or sets the split face type which splits a face by using curves, edges, plane, face, isolines or intersected curves with another body

Created in NX7.5.0

License requirements to get this property: None.

License requirements to set this property: None.


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