NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder Class Reference

Represents a NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder builder. More...

Inheritance diagram for NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Types { Uniform, ThroughLines }
 Represents the split type. More...
 

Public Member Functions

unsafe void AddSplitPoint (NXOpen.Point3d location, NXOpen.DisplayableObject @object)
 Add split face point. More...
 
unsafe void ClearSplitPoints ()
 Clear split face point. More...
 
unsafe void UpdateSplitPositions (int splitLineIndex, NXOpen.Point3d[] positions)
 Update split positions. 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.Subdivision.SelectCageObjectData 
FacesToSplit [get]
 Returns the faces to split. More...
 
unsafe int Number [get, set]
 Returns or sets the desired split number in one face. More...
 
unsafe
NXOpen.Features.Subdivision.SelectCageObjectData 
ReferenceEdge [get]
 Returns the reference edges. More...
 
unsafe
NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder.Types 
Type [get, set]
 Returns or sets the split type. 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 NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder builder.

To create a new instance of this class, use NXOpen.Features.Subdivision.SubdivisionBodyCollection.CreateSubdivisionSplitFaceBuilder

Created in NX9.0.0

Member Enumeration Documentation

Represents the split type.

Enumerator
Uniform 

Uniform split type.

ThroughLines 

Through lines split type.

Member Function Documentation

unsafe void NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder.AddSplitPoint ( NXOpen.Point3d  location,
NXOpen.DisplayableObject object 
)
inline

Add split face point.

Created in NX9.0.0

License requirements: nx_subdivision (" NX SUBDIVISION") OR nx_polygon_modeling (" NX Polygon Modeling")

Parameters
locationthe loction on the object to split face.
objectthe selected subdivision edge or vertex to split face.
unsafe void NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder.ClearSplitPoints ( )
inline

Clear split face point.

Created in NX10.0.0

License requirements: nx_subdivision (" NX SUBDIVISION") OR nx_polygon_modeling (" NX Polygon Modeling")

unsafe void NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder.UpdateSplitPositions ( int  splitLineIndex,
NXOpen.Point3d[]  positions 
)
inline

Update split positions.

Created in NX10.0.0

License requirements: nx_subdivision (" NX SUBDIVISION") OR nx_polygon_modeling (" NX Polygon Modeling")

Parameters
splitLineIndexindex to indicate which split line to update positions from.
positionsthe point positions.

Property Documentation

unsafe NXOpen.Features.Subdivision.SelectCageObjectData NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder.FacesToSplit
get

Returns the faces to split.

Created in NX9.0.0

License requirements: None.

unsafe int NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder.Number
getset

Returns or sets the desired split number in one face.

Created in NX9.0.0

License requirements to get this property: None.

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

unsafe NXOpen.Features.Subdivision.SelectCageObjectData NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder.ReferenceEdge
get

Returns the reference edges.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder.Types NXOpen.Features.Subdivision.SubdivisionSplitFaceBuilder.Type
getset

Returns or sets the split type.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: nx_subdivision (" NX SUBDIVISION") OR 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.