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

Represents a NXOpen.Tooling.DefineLifterBuilder to create different types of lifter objects, which are used for kinematic motion. More...

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

Public Types

enum  Types { GenericLifter, LifteronLifter }
 Specifies the lifter types More...
 

Public Member Functions

unsafe void DeleteGenericLifter (string lifterName)
 Delete the generic lifter More...
 
unsafe void DeleteLifterOnLifter (string lifterName)
 Delete the lifter on lifter 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.SelectDisplayableObjectList 
LifterBodies [get]
 Returns the lifter body which is the body needed for motion simulation More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
LifterDriveBodies [get]
 Returns the lifter drive body which drives the lifter body More...
 
unsafe NXOpen.Direction LifterDriveVector [get, set]
 Returns or sets the lifter drive vector More...
 
unsafe string LifterName [get, set]
 Returns or sets the lifter name More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
LifterOnBodies [get]
 Returns the lifter on body which is driven by the main lifter body More...
 
unsafe NXOpen.Direction LifterOnDriveVector [get, set]
 Returns or sets the lifter on lifter drive vector, it's driven by the main lifter More...
 
unsafe NXOpen.Direction LifterOnLifterVector [get, set]
 Returns or sets the lifter on lifter vector, which the lifter on lifter moves along More...
 
unsafe string LifterOnName [get, set]
 Returns or sets the lifter on name More...
 
unsafe NXOpen.Direction LifterVector [get, set]
 Returns or sets the lifter vector that the lifter body moves along More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
MainLifterBodies [get]
 Returns the main lifter bodies More...
 
unsafe
NXOpen.SelectDisplayableObjectList 
MainLifterDriveBodies [get]
 Returns the main lifter drive body that drives the lifter body More...
 
unsafe NXOpen.Direction MainLifterDriveVector [get, set]
 Returns or sets the main lifter drive vector More...
 
unsafe NXOpen.Direction MainLifterVector [get, set]
 Returns or sets the main lifter vector that the main lifter moves along More...
 
unsafe
NXOpen.Tooling.DefineLifterBuilder.Types 
Type [get, set]
 Returns or sets the 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.Tooling.DefineLifterBuilder to create different types of lifter objects, which are used for kinematic motion.

To create a new instance of this class, use NXOpen.Tooling.ProgressiveDieManager.CreateDefineLifterBuilder

Created in NX10.0.0

Member Enumeration Documentation

Specifies the lifter types

Enumerator
GenericLifter 

Generic lifter type

LifteronLifter 

Lifter on lifter type

Member Function Documentation

unsafe void NXOpen.Tooling.DefineLifterBuilder.DeleteGenericLifter ( string  lifterName)
inline

Delete the generic lifter

Created in NX10.0.0

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

Parameters
lifterName
unsafe void NXOpen.Tooling.DefineLifterBuilder.DeleteLifterOnLifter ( string  lifterName)
inline

Delete the lifter on lifter

Created in NX10.0.0

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

Parameters
lifterName

Property Documentation

unsafe NXOpen.SelectDisplayableObjectList NXOpen.Tooling.DefineLifterBuilder.LifterBodies
get

Returns the lifter body which is the body needed for motion simulation

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.SelectDisplayableObjectList NXOpen.Tooling.DefineLifterBuilder.LifterDriveBodies
get

Returns the lifter drive body which drives the lifter body

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Direction NXOpen.Tooling.DefineLifterBuilder.LifterDriveVector
getset

Returns or sets the lifter drive vector

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe string NXOpen.Tooling.DefineLifterBuilder.LifterName
getset

Returns or sets the lifter name

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.SelectDisplayableObjectList NXOpen.Tooling.DefineLifterBuilder.LifterOnBodies
get

Returns the lifter on body which is driven by the main lifter body

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Direction NXOpen.Tooling.DefineLifterBuilder.LifterOnDriveVector
getset

Returns or sets the lifter on lifter drive vector, it's driven by the main lifter

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Direction NXOpen.Tooling.DefineLifterBuilder.LifterOnLifterVector
getset

Returns or sets the lifter on lifter vector, which the lifter on lifter moves along

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe string NXOpen.Tooling.DefineLifterBuilder.LifterOnName
getset

Returns or sets the lifter on name

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Direction NXOpen.Tooling.DefineLifterBuilder.LifterVector
getset

Returns or sets the lifter vector that the lifter body moves along

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.SelectDisplayableObjectList NXOpen.Tooling.DefineLifterBuilder.MainLifterBodies
get

Returns the main lifter bodies

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.SelectDisplayableObjectList NXOpen.Tooling.DefineLifterBuilder.MainLifterDriveBodies
get

Returns the main lifter drive body that drives the lifter body

Created in NX10.0.0

License requirements: None.

unsafe NXOpen.Direction NXOpen.Tooling.DefineLifterBuilder.MainLifterDriveVector
getset

Returns or sets the main lifter drive vector

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Direction NXOpen.Tooling.DefineLifterBuilder.MainLifterVector
getset

Returns or sets the main lifter vector that the main lifter moves along

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") OR prog_die_wizard ("UG/Progressive Die Wizard")

unsafe NXOpen.Tooling.DefineLifterBuilder.Types NXOpen.Tooling.DefineLifterBuilder.Type
getset

Returns or sets the type

Created in NX10.0.0

License requirements to get this property: None.

License requirements to set this property: ug_mold_design ("UG MOLD") 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.