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

Stamping Die LS-Dyna integration draw geometry preprare builder. More...

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

Public Types

enum  BlankOption { Sheet, Curve }
 the enum of blank option. More...
 
enum  BlankPosition { AboveBinder, AboveBinderandPunch }
 the enum of blank position. More...
 
enum  ContactType {
  FormingOneWaySurfaceToSurface, FormingOneWaySurfaceToSurfaceSmooth, FormingSurfaceToSurface, FormingSurfaceToSurfaceSmooth,
  SurfaceToSurface, AutomaticSurfaceToSurface
}
 the enum of contact type. More...
 
enum  DrawBeadType { Round, Rectangle }
 the enum of draw bead type. More...
 
enum  DrawType { SingleDraw, DoubleDraw }
 the enum of draw type. More...
 
enum  MaterialType { NXMaterial, LSDynaMaterial }
 the enum of material type. More...
 
enum  ProcessActionBinder {
  Stationary, ClosureWith, FollowWith, Travel,
  UntilHome, Force
}
 the enum of process action binder type. More...
 
enum  ProcessActionDie {
  Stationary, ClosureWith, FollowWith, Travel,
  UntilHome, Force
}
 the enum of process action die type. More...
 
enum  ProcessActionPunch {
  Stationary, ClosureWith, FollowWith, Travel,
  UntilHome, Force
}
 the enum of process action punch type. More...
 
enum  ProcessType { Gravity, Closing, Drawing }
 the enum of process type. More...
 
enum  TargetBinder { Punch, Binder, Die }
 the enum of target binder type. More...
 
enum  TargetDie { Punch, Binder, Die }
 the enum of target die type. More...
 
enum  TargetPunch { Punch, Binder, Die }
 the enum of target punch type. More...
 

Public Member Functions

unsafe void ExecuteMovePosition ()
 Move the position of die, punch and binder, according to Tooling.LsdynaGeometryPreparationBuilder.DiePosition , Tooling.LsdynaGeometryPreparationBuilder.PunchPosition , Tooling.LsdynaGeometryPreparationBuilder.BinderPosition settings. More...
 
unsafe void ExecuteRestorePosition ()
 Restore the position of die, punch and binder. More...
 
unsafe void GetPercentageForceArray (out double[] doublePercentageForceArray)
 Gets the percentage of force. More...
 
unsafe void SetDrawBeadCurves (NXOpen.Curve[] drawBeadCurves)
 Sets the draw bead curves. More...
 
unsafe void SetPercentageForceArray (double[] doublePercentageForceArray)
 Sets the percentage of force. 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 bool AutoPositionOption [get, set]
 Returns or sets the automatic position for punch, die and binder. More...
 
unsafe double BinderPosition [get, set]
 Returns or sets the distance value to move binder. More...
 
unsafe NXOpen.SelectBody BinderSheet [get]
 Returns the binder sheet. More...
 
unsafe NXOpen.Section BlankCurve [get]
 Returns the blank curve. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BlankOption 
BlankOptionType [get, set]
 Returns or sets the blank option. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BlankPosition 
BlankPositionType [get, set]
 Returns or sets the blank position type. More...
 
unsafe double BlankPositionValue [get, set]
 Returns or sets the distance value to move blank. More...
 
unsafe NXOpen.SelectBody BlankSheet [get]
 Returns the blank sheet. More...
 
unsafe double BlankThickness [get, set]
 Returns or sets the blank thickness. More...
 
unsafe double ContactOffset [get, set]
 Returns or sets the contact offset. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ContactType 
ContactTypeOption [get, set]
 Returns or sets the contact type. More...
 
unsafe double DiePosition [get, set]
 Returns or sets the distance value to move die. More...
 
unsafe NXOpen.SelectBody DieSheet [get]
 Returns the die sheet. More...
 
unsafe NXOpen.SelectCurveList DrawBeadCurves [get]
 Returns the draw bead profiles. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.DrawBeadType 
DrawBeadTypeOption [get, set]
 Returns or sets the draw bead type. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.DrawType 
DrawTypeOption [get, set]
 Returns or sets the draw type. More...
 
unsafe double Friction [get, set]
 Returns or sets the friction. More...
 
unsafe string MaterialName [get, set]
 Returns or sets the material name. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.MaterialType 
MaterialTypeOption [get, set]
 Returns or sets the material type. More...
 
unsafe double NormalForce [get, set]
 Returns or sets the normal force. More...
 
unsafe double PercentageForce [get, set]
 Returns or sets the percentage of force. More...
 
unsafe double ProcessBinder [get, set]
 Returns or sets the value of binder process. More...
 
unsafe bool ProcessBinderOption [get, set]
 Returns or sets the option of binder process. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessActionBinder 
ProcessBinderType [get, set]
 Returns or sets the type of binder process. More...
 
unsafe double ProcessDie [get, set]
 Returns or sets the value of die process. More...
 
unsafe bool ProcessDieOption [get, set]
 Returns or sets the option of die process. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessActionDie 
ProcessDieType [get, set]
 Returns or sets the type of die process. More...
 
unsafe double ProcessPunch [get, set]
 Returns or sets the value of punch process. More...
 
unsafe bool ProcessPunchOption [get, set]
 Returns or sets the option of punch process. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessActionPunch 
ProcessPunchType [get, set]
 Returns or sets the type of punch process. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessType 
ProcessTypeOption [get, set]
 Returns or sets the process type. More...
 
unsafe double PunchPosition [get, set]
 Returns or sets the distance value to move punch. More...
 
unsafe NXOpen.SelectBody PunchSheet [get]
 Returns the punch sheet. More...
 
unsafe NXOpen.Expression RestrainForce [get]
 Returns the expression of restraining force. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.TargetBinder 
TargetBinderType [get, set]
 Returns or sets the type of binder target. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.TargetDie 
TargetDieType [get, set]
 Returns or sets the type of die target. More...
 
unsafe
NXOpen.Tooling.LsdynaGeometryPreparationBuilder.TargetPunch 
TargetPunchType [get, set]
 Returns or sets the type of punch target. More...
 
unsafe double TensileStrength [get, set]
 Returns or sets the restraining force. 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

Stamping Die LS-Dyna integration draw geometry preprare builder.

To create a new instance of this class, use NXOpen.Tooling.AutoDieCollection.CreateLsdynaGeometryPreparationBuilder

Default values.

Property Value

AutoPositionOption

0

BinderPosition

0

BlankOptionType

Sheet

BlankPositionType

AboveBinder

BlankPositionValue

0

BlankThickness

0

ContactOffset

0

ContactTypeOption

FormingOneWaySurfaceToSurface

DiePosition

0

DrawBeadTypeOption

Round

DrawTypeOption

SingleDraw

Friction

0.15

NormalForce

0

PercentageForce

50

ProcessBinder

0

ProcessBinderOption

0

ProcessBinderType

Stationary

ProcessDie

0

ProcessDieOption

0

ProcessDieType

Stationary

ProcessPunch

0

ProcessPunchOption

0

ProcessPunchType

Stationary

ProcessTypeOption

Closing

PunchPosition

0

RestrainForce.Value

356.5 (millimeters part), 356.5 (inches part)

TargetBinderType

Punch

TargetDieType

Punch

TargetPunchType

Punch

TensileStrength

0

Created in NX9.0.0

Member Enumeration Documentation

the enum of blank option.

Enumerator
Sheet 

Select a sheet body as blank.

Curve 

Select several curves to create a blank.

the enum of blank position.

Enumerator
AboveBinder 

Blank sheet body is above binder.

AboveBinderandPunch 

Blank sheet body is above binder and punch.

the enum of contact type.

Enumerator
FormingOneWaySurfaceToSurface 

The draw components contact type is forming one way surface to surface.

FormingOneWaySurfaceToSurfaceSmooth 

The draw components contact type is forming one way surface to surface smooth.

FormingSurfaceToSurface 

The draw components contact type is forming surface to surface.

FormingSurfaceToSurfaceSmooth 

The draw components contact type is forming surface to surface smooth.

SurfaceToSurface 

The draw components contact type is surface to surface.

AutomaticSurfaceToSurface 

The draw components contact type is automatic surface to surface.

the enum of draw bead type.

Enumerator
Round 

Draw bead section has round shape.

Rectangle 

Draw bead section has rectangle shape.

the enum of draw type.

Enumerator
SingleDraw 

For draw die, punch and binder are lower than die.

DoubleDraw 

For draw die, punch and binder are higher than die.

the enum of material type.

Enumerator
NXMaterial 

Use NX material for LS-Dyna solver.

LSDynaMaterial 

Use LS-Dyna material for LS-Dyna solver.

the enum of process action binder type.

Enumerator
Stationary 

The process action for binder is stationary.

ClosureWith 

The process action for binder is closure with other draw components.

FollowWith 

The process action for binder is follow with other draw components.

Travel 

The process action for binder is travel to other draw components.

UntilHome 

The process action for binder is until home.

Force 

The process action for binder is by force.

the enum of process action die type.

Enumerator
Stationary 

The process action for die is stationary.

ClosureWith 

The process action for die is closure with other draw components.

FollowWith 

The process action for die is follow with other draw components.

Travel 

The process action for die is travel to other draw components.

UntilHome 

The process action for die is until home.

Force 

The process action for die is by force.

the enum of process action punch type.

Enumerator
Stationary 

The process action for punch is stationary.

ClosureWith 

The process action for punch is closure with other draw components.

FollowWith 

The process action for punch is follow with other draw components.

Travel 

The process action for punch is travel to other draw components.

UntilHome 

The process action for punch is until home.

Force 

The process action for punch is by force.

the enum of process type.

Enumerator
Gravity 

Blank has elastic deformation in flexible status.

Closing 

The process of die travels from initial position to binder.

Drawing 

The process of die travels from binder to punch.

the enum of target binder type.

Enumerator
Punch 

For the process, the target of binder is punch.

Binder 

For the process, the target of binder is binder.

Die 

For the process, the target of binder is die.

the enum of target die type.

Enumerator
Punch 

For the process, the target of die is punch.

Binder 

For the process, the target of die is binder.

Die 

For the process, the target of die is die.

the enum of target punch type.

Enumerator
Punch 

For the process, the target of punch is punch.

Binder 

For the process, the target of punch is binder.

Die 

For the process, the target of punch is die.

Member Function Documentation

unsafe void NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ExecuteMovePosition ( )
inline

Move the position of die, punch and binder, according to Tooling.LsdynaGeometryPreparationBuilder.DiePosition , Tooling.LsdynaGeometryPreparationBuilder.PunchPosition , Tooling.LsdynaGeometryPreparationBuilder.BinderPosition settings.

Created in NX9.0.0

License requirements: None.

unsafe void NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ExecuteRestorePosition ( )
inline

Restore the position of die, punch and binder.

Created in NX9.0.0

License requirements: None.

unsafe void NXOpen.Tooling.LsdynaGeometryPreparationBuilder.GetPercentageForceArray ( out double[]  doublePercentageForceArray)
inline

Gets the percentage of force.

Created in NX9.0.0

License requirements: None.

Parameters
doublePercentageForceArray
unsafe void NXOpen.Tooling.LsdynaGeometryPreparationBuilder.SetDrawBeadCurves ( NXOpen.Curve[]  drawBeadCurves)
inline

Sets the draw bead curves.

Created in NX9.0.0

License requirements: die_engineering ("DIE ENGINEERING")

Parameters
drawBeadCurves
unsafe void NXOpen.Tooling.LsdynaGeometryPreparationBuilder.SetPercentageForceArray ( double[]  doublePercentageForceArray)
inline

Sets the percentage of force.

Created in NX9.0.0

License requirements: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

Parameters
doublePercentageForceArray

Property Documentation

unsafe bool NXOpen.Tooling.LsdynaGeometryPreparationBuilder.AutoPositionOption
getset

Returns or sets the automatic position for punch, die and binder.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BinderPosition
getset

Returns or sets the distance value to move binder.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.SelectBody NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BinderSheet
get

Returns the binder sheet.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Section NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BlankCurve
get

Returns the blank curve.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BlankOption NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BlankOptionType
getset

Returns or sets the blank option.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BlankPosition NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BlankPositionType
getset

Returns or sets the blank position type.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BlankPositionValue
getset

Returns or sets the distance value to move blank.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.SelectBody NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BlankSheet
get

Returns the blank sheet.

Created in NX9.0.0

License requirements: None.

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.BlankThickness
getset

Returns or sets the blank thickness.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ContactOffset
getset

Returns or sets the contact offset.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ContactType NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ContactTypeOption
getset

Returns or sets the contact type.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.DiePosition
getset

Returns or sets the distance value to move die.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.SelectBody NXOpen.Tooling.LsdynaGeometryPreparationBuilder.DieSheet
get

Returns the die sheet.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.SelectCurveList NXOpen.Tooling.LsdynaGeometryPreparationBuilder.DrawBeadCurves
get

Returns the draw bead profiles.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.DrawBeadType NXOpen.Tooling.LsdynaGeometryPreparationBuilder.DrawBeadTypeOption
getset

Returns or sets the draw bead type.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.DrawType NXOpen.Tooling.LsdynaGeometryPreparationBuilder.DrawTypeOption
getset

Returns or sets the draw type.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.Friction
getset

Returns or sets the friction.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe string NXOpen.Tooling.LsdynaGeometryPreparationBuilder.MaterialName
getset

Returns or sets the material name.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.MaterialType NXOpen.Tooling.LsdynaGeometryPreparationBuilder.MaterialTypeOption
getset

Returns or sets the material type.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.NormalForce
getset

Returns or sets the normal force.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.PercentageForce
getset

Returns or sets the percentage of force.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessBinder
getset

Returns or sets the value of binder process.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe bool NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessBinderOption
getset

Returns or sets the option of binder process.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessActionBinder NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessBinderType
getset

Returns or sets the type of binder process.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessDie
getset

Returns or sets the value of die process.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe bool NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessDieOption
getset

Returns or sets the option of die process.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessActionDie NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessDieType
getset

Returns or sets the type of die process.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessPunch
getset

Returns or sets the value of punch process.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe bool NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessPunchOption
getset

Returns or sets the option of punch process.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessActionPunch NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessPunchType
getset

Returns or sets the type of punch process.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessType NXOpen.Tooling.LsdynaGeometryPreparationBuilder.ProcessTypeOption
getset

Returns or sets the process type.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.PunchPosition
getset

Returns or sets the distance value to move punch.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.SelectBody NXOpen.Tooling.LsdynaGeometryPreparationBuilder.PunchSheet
get

Returns the punch sheet.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Expression NXOpen.Tooling.LsdynaGeometryPreparationBuilder.RestrainForce
get

Returns the expression of restraining force.

Created in NX9.0.0

License requirements: None.

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.TargetBinder NXOpen.Tooling.LsdynaGeometryPreparationBuilder.TargetBinderType
getset

Returns or sets the type of binder target.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.TargetDie NXOpen.Tooling.LsdynaGeometryPreparationBuilder.TargetDieType
getset

Returns or sets the type of die target.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.LsdynaGeometryPreparationBuilder.TargetPunch NXOpen.Tooling.LsdynaGeometryPreparationBuilder.TargetPunchType
getset

Returns or sets the type of punch target.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe double NXOpen.Tooling.LsdynaGeometryPreparationBuilder.TensileStrength
getset

Returns or sets the restraining force.

Created in NX9.0.0

License requirements to get this property: None.

License requirements to set this property: die_engineering ("DIE ENGINEERING") OR prog_die_wizard ("UG/Progressive Die Wizard")


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