NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

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

Public Member Functions

unsafe void AddOrRemoveNewDividingObjects (NXOpen.Features.Feature createdFeture, bool isAdding)
 Add/Remove the new added dividing objects. More...
 
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...
 
- 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.Features.DividefaceBuilder 
DivideFaceBuilder [get]
 Returns the divide face builder More...
 
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...
 
- 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

Represents a face split operation

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

Default values.

Property Value

DivideFaceBuilder.SelectDividingObject.OffsetDistance.Value

5 (millimeters part), 0.2 (inches part)

DivideFaceBuilder.SelectDividingObject.ToolOption

Object

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.AddOrRemoveNewDividingObjects ( NXOpen.Features.Feature  createdFeture,
bool  isAdding 
)
inline

Add/Remove the new added dividing objects.

Created in NX1847.0.0

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

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

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 ( )
inline

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.Features.DividefaceBuilder NXOpen.Tooling.FaceSplitBuilder.DivideFaceBuilder
get

Returns the divide face builder

Created in NX12.0.1

License requirements: None.

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