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.WorkpieceBuilder Class Reference

Mold Wizard work piece builder More...

Inheritance diagram for NXOpen.Tooling.WorkpieceBuilder:
NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  MethodType { DistanceAllowance, ReferencePoint, Sketch, KfBox }
 the unit type includes the work piece define method More...
 
enum  Types { ProductWorkPiece, CombinedWorkPiece }
 the unit type includes product and combined work piece type More...
 
enum  WorkPieceType { UserDefinedBlock, CavityCore, CavityOnly, CoreOnly }
 the unit type includes the work piece create method More...
 

Public Member Functions

unsafe void ResetSizes ()
 Resets workpiece sizes 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.Tooling.WorkpieceBuilder.WorkPieceType 
BlockType [get, set]
 Returns or sets the work piece shape type access functions More...
 
unsafe
NXOpen.Tooling.WorkpieceBuilder.MethodType 
GenerateMethod [get, set]
 Returns or sets the generate method access functions More...
 
unsafe NXOpen.Point ReferencePoint [get, set]
 Returns or sets the reference point to generate the work piece More...
 
unsafe bool RoundDimensionValue [get, set]
 Returns or sets the dimension round value More...
 
unsafe double RoundPrecision [get, set]
 Returns or sets the round precision More...
 
unsafe NXOpen.SelectBodyList SelectWorkPieceBody [get]
 Returns the work piece body selection More...
 
unsafe bool ShowBoundbox [get, set]
 Returns or sets the setting to show the bounding box of the product or not More...
 
unsafe
NXOpen.Tooling.WorkpieceBuilder.Types 
Type [get, set]
 Returns or sets the selection type to select the work piece 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

Mold Wizard work piece builder

To create a new instance of this class, use NXOpen.Tooling.WorkpieceCollection.CreateWorkpieceBuilder

Default values.

Property Value

BlockType

UserDefinedBlock

GenerateMethod

DistanceAllowance

RoundDimensionValue

0

RoundPrecision

0

ShowBoundbox

0

Created in NX6.0.0

Member Enumeration Documentation

the unit type includes the work piece define method

Enumerator
DistanceAllowance 

Create block by define the distance allowance

ReferencePoint 

Create block by define the reference point

Sketch 

Create block by extrude the sketch

KfBox 

Create block by define the kf box

the unit type includes product and combined work piece type

Enumerator
ProductWorkPiece 

The old assembly of Mold wizard

CombinedWorkPiece 

The new assembly of Mold wizard

the unit type includes the work piece create method

Enumerator
UserDefinedBlock 

The method defines the block by user

CavityCore 

The method adds the standards of cavity and core

CavityOnly 

The method adds the standards of cavity

CoreOnly 

The method adds the standards of cavity

Member Function Documentation

unsafe void NXOpen.Tooling.WorkpieceBuilder.ResetSizes ( )
inline

Resets workpiece sizes

Created in NX9.0.0

License requirements: None.

Property Documentation

unsafe NXOpen.Tooling.WorkpieceBuilder.WorkPieceType NXOpen.Tooling.WorkpieceBuilder.BlockType
getset

Returns or sets the work piece shape type access functions

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Tooling.WorkpieceBuilder.MethodType NXOpen.Tooling.WorkpieceBuilder.GenerateMethod
getset

Returns or sets the generate method access functions

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Point NXOpen.Tooling.WorkpieceBuilder.ReferencePoint
getset

Returns or sets the reference point to generate the work piece

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe bool NXOpen.Tooling.WorkpieceBuilder.RoundDimensionValue
getset

Returns or sets the dimension round value

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe double NXOpen.Tooling.WorkpieceBuilder.RoundPrecision
getset

Returns or sets the round precision

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.SelectBodyList NXOpen.Tooling.WorkpieceBuilder.SelectWorkPieceBody
get

Returns the work piece body selection

Created in NX6.0.0

License requirements: None.

unsafe bool NXOpen.Tooling.WorkpieceBuilder.ShowBoundbox
getset

Returns or sets the setting to show the bounding box of the product or not

Created in NX6.0.0

License requirements to get this property: None.

License requirements to set this property: None.

unsafe NXOpen.Tooling.WorkpieceBuilder.Types NXOpen.Tooling.WorkpieceBuilder.Type
getset

Returns or sets the selection type to select the work piece

Created in NX6.0.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.