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

This the builder class to create or edit an Interference object. More...

Inheritance diagram for NXOpen.Motion.PackagingInterferenceBuilder:
NXOpen.Motion.PackagingBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  Action { Highlight, CreateSolids, ShowIntersectionCurve }
 Interference action type More...
 
enum  Frame {
  Absolute, FirstSet, SecondSet, BothSets,
  Selected
}
 Interference solid reference frame type. More...
 
enum  Mode { Faceted, PreciseSolid }
 Interference calculation mode type More...
 

Public Member Functions

unsafe NXOpen.DisplayableObject[] GetList2 ()
 Gets the geometry list 2 of NXOpen.Motion.PackagingInterference object. More...
 
unsafe NXOpen.DisplayableObject[] GetRelativeLinks ()
 Returns NXOpen.Motion.PackagingInterference user selected relative motion bodies. More...
 
unsafe void SetList2 (NXOpen.DisplayableObject[] list2)
 Sets the geometry list 2 of NXOpen.Motion.PackagingInterference object. More...
 
unsafe void SetRelativeLinks (NXOpen.DisplayableObject[] links)
 Sets NXOpen.Motion.PackagingInterference user selected relative motion bodies. More...
 
- Public Member Functions inherited from NXOpen.Motion.PackagingBuilder
unsafe NXOpen.DisplayableObject[] GetList1 ()
 Returns geometry list 1 of NXOpen.Motion.Packaging object. More...
 
unsafe void SetList1 (NXOpen.DisplayableObject[] list1)
 Sets geometry list 1. 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.Motion.PackagingInterferenceBuilder.Action 
ActionType [get, set]
 Returns or sets the NXOpen.Motion.PackagingInterference action type defined at NXOpen.Motion.PackagingInterferenceBuilder.Action More...
 
unsafe NXOpen.Expression ClearanceExpression [get]
 Returns the clearance expression value More...
 
unsafe
NXOpen.Motion.PackagingInterferenceBuilder.Frame 
FrameType [get, set]
 Returns or sets the NXOpen.Motion.PackagingInterference frame type defined at NXOpen.Motion.PackagingInterferenceBuilder.Frame More...
 
unsafe
NXOpen.Motion.PackagingInterferenceBuilder.Mode 
ModeType [get, set]
 Returns or sets the NXOpen.Motion.PackagingInterference mode type defined at NXOpen.Motion.PackagingInterferenceBuilder.Mode More...
 
unsafe bool StopOnEvent [get, set]
 Returns or sets the Stop_On_Event flag of NXOpen.Motion.PackagingInterference object More...
 
- Properties inherited from NXOpen.Motion.PackagingBuilder
unsafe bool Enable [get, set]
 Returns or sets the enable flag of NXOpen.Motion.Packaging object. More...
 
unsafe string Name [get, set]
 Returns or sets the name of NXOpen.Motion.Packaging object. 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

This the builder class to create or edit an Interference object.

To create a new instance of this class, use NXOpen.Motion.PackagingCollection.CreateInterferenceBuilder

Created in NX4.0.0

Member Enumeration Documentation

Interference action type

Enumerator
Highlight 

Highlight interfering bodies.

CreateSolids 

Create solids of interference volumes.

ShowIntersectionCurve 

Show intersection curve of interference volumes

Interference solid reference frame type.

Only used for action type of NXOpen.Motion.PackagingInterferenceBuilder.Action.CreateSolids .

Enumerator
Absolute 

Interference solids positioned in absolute coordinate system.

FirstSet 

Interference solids positioned relative to interfering motion bodies in first set.

SecondSet 

Interference solids positioned relative to interfering motion bodies in second set.

BothSets 

Interference solids positioned relative to interfering motion bodies in both sets.

Selected 

Interference solids positioned relative to user selected motion bodies.

Interference calculation mode type

Enumerator
Faceted 

Interference calculated by Faceted method.

Faceted is only allowed for action type of NXOpen.Motion.PackagingInterferenceBuilder.Action.CreateSolids .

PreciseSolid 

Interference calculated by Precise Solid method.

Member Function Documentation

unsafe NXOpen.DisplayableObject [] NXOpen.Motion.PackagingInterferenceBuilder.GetList2 ( )
inline

Gets the geometry list 2 of NXOpen.Motion.PackagingInterference object.

Interference can have one or two lists defined. If the user defines two lists, then interference checks will be done between each object in list 1 against each object in list 2.

Created in NX4.0.0

License requirements: mechanisms ("MECHANISMS")

Returns
unsafe NXOpen.DisplayableObject [] NXOpen.Motion.PackagingInterferenceBuilder.GetRelativeLinks ( )
inline

Returns NXOpen.Motion.PackagingInterference user selected relative motion bodies.

Only available when frame type is NXOpen.Motion.PackagingInterferenceBuilder.Frame.Selected .

Created in NX4.0.0

License requirements: mechanisms ("MECHANISMS")

Returns
unsafe void NXOpen.Motion.PackagingInterferenceBuilder.SetList2 ( NXOpen.DisplayableObject[]  list2)
inline

Sets the geometry list 2 of NXOpen.Motion.PackagingInterference object.

Created in NX4.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
list2
unsafe void NXOpen.Motion.PackagingInterferenceBuilder.SetRelativeLinks ( NXOpen.DisplayableObject[]  links)
inline

Sets NXOpen.Motion.PackagingInterference user selected relative motion bodies.

Only used when frame type is NXOpen.Motion.PackagingInterferenceBuilder.Frame.Selected .

Created in NX4.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
links

Property Documentation

unsafe NXOpen.Motion.PackagingInterferenceBuilder.Action NXOpen.Motion.PackagingInterferenceBuilder.ActionType
getset

Returns or sets the NXOpen.Motion.PackagingInterference action type defined at NXOpen.Motion.PackagingInterferenceBuilder.Action

Created in NX4.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Expression NXOpen.Motion.PackagingInterferenceBuilder.ClearanceExpression
get

Returns the clearance expression value

Created in NX8.5.0

License requirements: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.PackagingInterferenceBuilder.Frame NXOpen.Motion.PackagingInterferenceBuilder.FrameType
getset

Returns or sets the NXOpen.Motion.PackagingInterference frame type defined at NXOpen.Motion.PackagingInterferenceBuilder.Frame

Created in NX4.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe NXOpen.Motion.PackagingInterferenceBuilder.Mode NXOpen.Motion.PackagingInterferenceBuilder.ModeType
getset

Returns or sets the NXOpen.Motion.PackagingInterference mode type defined at NXOpen.Motion.PackagingInterferenceBuilder.Mode

Created in NX4.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")

unsafe bool NXOpen.Motion.PackagingInterferenceBuilder.StopOnEvent
getset

Returns or sets the Stop_On_Event flag of NXOpen.Motion.PackagingInterference object

Created in NX4.0.0

License requirements to get this property: mechanisms ("MECHANISMS")

License requirements to set this property: mechanisms ("MECHANISMS")


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