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

Represents a NXOpen.Mechatronics.CollisionSensor builder. More...

Inheritance diagram for NXOpen.Mechatronics.CollisionSensorBuilder:
NXOpen.Mechatronics.CollisionShapeBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  CollisionShapeTypes { Box, Sphere, Line, Cylinder }
 the Trigger Shape Types. More...
 
enum  DetectionTypes { System, User, Both }
 the detection type. More...
 
enum  SensorTypes { Trigger, Switcher }
 the sensor type. More...
 
enum  ShapePropertiesOption { Automatic, UserDefined }
 the Trigger Shape Option. More...
 

Public Member Functions

unsafe void SetGeometry (NXOpen.NXObject[] geometries)
 Sets the geometries. More...
 

Properties

unsafe int Category [get, set]
 Returns or sets the category. More...
 
unsafe
NXOpen.Mechatronics.CollisionSensorBuilder.CollisionShapeTypes 
CollisionShape [get, set]
 Returns or sets the collision shape type. More...
 
unsafe
NXOpen.Mechatronics.CollisionSensorBuilder.DetectionTypes 
DetectionType [get, set]
 Returns or sets the detection type system ,user or both More...
 
unsafe NXOpen.SelectNXObjectList Geometry [get]
 Returns the geometries. More...
 
unsafe bool HighlightOnCollision [get, set]
 Returns or sets the option of highlight on collision. More...
 
unsafe string Name [get, set]
 Returns or sets the name. More...
 
unsafe
NXOpen.Mechatronics.CollisionSensorBuilder.SensorTypes 
SensorType [get, set]
 Returns or sets the type of sensor type trigger or switcher More...
 
unsafe
NXOpen.Mechatronics.CollisionSensorBuilder.ShapePropertiesOption 
ShapeProperties [get, set]
 Returns or sets the trigger shape option. More...
 
- Properties inherited from NXOpen.Mechatronics.CollisionShapeBuilder
unsafe NXOpen.Point CenterPoint [get, set]
 Returns or sets the center point. More...
 
unsafe NXOpen.Expression Height [get]
 Returns the height. More...
 
unsafe NXOpen.Expression Length [get]
 Returns the length. More...
 
unsafe NXOpen.CoordinateSystem Orientation [get, set]
 Returns or sets the orientation. More...
 
unsafe NXOpen.Expression Radius [get]
 Returns the radius. More...
 
unsafe NXOpen.Expression Width [get]
 Returns the width. 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.Mechatronics.CollisionSensor builder.

To create a new instance of this class, use NXOpen.Mechatronics.CollisionSensorCollection.CreateCollisionSensorBuilder

Created in NX7.5.1

Member Enumeration Documentation

the Trigger Shape Types.

Enumerator
Box 

Box

Sphere 

Sphere

Line 

Line

Cylinder 

Cylinder

the detection type.

Enumerator
System 

System

User 

User

Both 

Both

the sensor type.

Enumerator
Trigger 

Trigger

Switcher 

Switcher

the Trigger Shape Option.

Enumerator
Automatic 

Automatic

UserDefined 

UserDefined

Member Function Documentation

unsafe void NXOpen.Mechatronics.CollisionSensorBuilder.SetGeometry ( NXOpen.NXObject[]  geometries)
inline

Sets the geometries.

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

Parameters
geometriesInput geometries

Property Documentation

unsafe int NXOpen.Mechatronics.CollisionSensorBuilder.Category
getset

Returns or sets the category.

It should be between 0 and 16.

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.Mechatronics.CollisionSensorBuilder.CollisionShapeTypes NXOpen.Mechatronics.CollisionSensorBuilder.CollisionShape
getset

Returns or sets the collision shape type.

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.Mechatronics.CollisionSensorBuilder.DetectionTypes NXOpen.Mechatronics.CollisionSensorBuilder.DetectionType
getset

Returns or sets the detection type system ,user or both

Created in NX1899.0.0

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.CollisionSensorBuilder.Geometry
get

Returns the geometries.

This can be a NXOpen.Assemblies.ComponentAssembly , NXOpen.Point , bodies and curves.

Created in NX7.5.1

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe bool NXOpen.Mechatronics.CollisionSensorBuilder.HighlightOnCollision
getset

Returns or sets the option of highlight on collision.

If the highlight is true, then the sensor will be highlighted when it is collided or triggered during simulation.

Created in NX10.0.0

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.CollisionSensorBuilder.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.Mechatronics.CollisionSensorBuilder.SensorTypes NXOpen.Mechatronics.CollisionSensorBuilder.SensorType
getset

Returns or sets the type of sensor type trigger or switcher

Created in NX1899.0.0

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.Mechatronics.CollisionSensorBuilder.ShapePropertiesOption NXOpen.Mechatronics.CollisionSensorBuilder.ShapeProperties
getset

Returns or sets the trigger shape option.

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")


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