NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Properties | List of all members
NXOpen.Mechatronics.ObjectSinkBuilder Class Reference

Represents a NXOpen.Mechatronics.ObjectSink builder. More...

Inheritance diagram for NXOpen.Mechatronics.ObjectSinkBuilder:
NXOpen.Builder NXOpen.GeometricUtilities.IComponentBuilder

Public Types

enum  DeleteSourceType { Anycopiedobjects, Selectedsources }
 the delete option. More...
 

Public Member Functions

unsafe void SetCollisionSensor (NXOpen.Mechatronics.CollisionSensor[] objects)
 Sets the collision sensor object. More...
 
unsafe void SetSource (NXOpen.NXObject[] objects)
 Sets the source. 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...
 

Properties

unsafe
NXOpen.Mechatronics.SelectCollisionSensorList 
CollisionSensor [get]
 Returns the object select. More...
 
unsafe
NXOpen.Mechatronics.ObjectSinkBuilder.DeleteSourceType 
DeleteSource [get, set]
 Returns or sets the option to delete source. More...
 
unsafe string Name [get, set]
 Returns or sets the name. More...
 
unsafe NXOpen.SelectNXObjectList Source [get]
 Returns the source select. More...
 

Detailed Description

Represents a NXOpen.Mechatronics.ObjectSink builder.

To create a new instance of this class, use NXOpen.Mechatronics.ObjectSinkCollection.CreateObjectSinkBuilder

Created in NX7.5.1

Member Enumeration Documentation

the delete option.

Enumerator
Anycopiedobjects 

Any copied objects

Selectedsources 

Selected sources

Member Function Documentation

unsafe void NXOpen.Mechatronics.ObjectSinkBuilder.SetCollisionSensor ( NXOpen.Mechatronics.CollisionSensor[]  objects)

Sets the collision sensor object.

Created in NX7.5.1

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
objectsCollision Sensor objects
unsafe void NXOpen.Mechatronics.ObjectSinkBuilder.SetSource ( NXOpen.NXObject[]  objects)

Sets the source.

Created in NX7.5.1

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

Parameters
objectsSource objects

Property Documentation

unsafe NXOpen.Mechatronics.SelectCollisionSensorList NXOpen.Mechatronics.ObjectSinkBuilder.CollisionSensor
get

Returns the object select.

This can be a NXOpen.Mechatronics.CollisionSensor .

Created in NX7.5.1

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

unsafe NXOpen.Mechatronics.ObjectSinkBuilder.DeleteSourceType NXOpen.Mechatronics.ObjectSinkBuilder.DeleteSource
getset

Returns or sets the option to delete source.

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

License requirements to set this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

unsafe string NXOpen.Mechatronics.ObjectSinkBuilder.Name
getset

Returns or sets the name.

Created in NX7.5.1

License requirements to get this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

License requirements to set this property: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")

unsafe NXOpen.SelectNXObjectList NXOpen.Mechatronics.ObjectSinkBuilder.Source
get

Returns the source select.

Created in NX7.5.1

License requirements: nx_mcd_core ("MECHATRONICS CONCEPT DESIGNER")


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