NXOpen .NET Reference  12.0.0
Public Types | Properties | List of all members
NXOpen.Mechatronics.SHMSignalConnectionBuilder Class Reference

Represents a NXOpen.Mechatronics.SHMSignalConnectionBuilder More...

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

Public Types

enum  DataType { Bool, Int, Double }
 Represents the data type. More...
 
enum  SHMSignalAccessType { Read, Write }
 Represents the SHM Signal access type. More...
 
enum  StreamIOType { Tomcd, Toshm }
 Represents the mapping data sream direction. More...
 
enum  EndianType { Little, Big }
 Represents the endian type. More...
 

Properties

unsafe
NXOpen.Mechatronics.SignalAdapter 
AdapterObject [get, set]
 Returns or sets the adapter object. More...
 
unsafe
NXOpen.Mechatronics.SHMSignalConnectionBuilder.EndianType 
Endian [get, set]
 Returns or sets the endian type. More...
 
unsafe string ResultName [get, set]
 Returns or sets the mapping result name. More...
 
unsafe string SHMName [get, set]
 Returns or sets the SHM name. More...
 
unsafe
NXOpen.Mechatronics.SHMSignalConnectionBuilder.SHMSignalAccessType 
SHMSignalAccess [get, set]
 Returns or sets the SHM access previlege type. More...
 
unsafe string SHMSignalName [get, set]
 Returns or sets the SHM signal name. More...
 
unsafe
NXOpen.Mechatronics.SHMSignalConnectionBuilder.DataType 
SHMSignalType [get, set]
 Returns or sets the SHM signal type. More...
 
unsafe NXOpen.NXObject SignalObject [get, set]
 Returns or sets the signal object. More...
 
unsafe
NXOpen.Mechatronics.SHMSignalConnectionBuilder.StreamIOType 
StreamIO [get, set]
 Returns or sets the data stream direction. More...
 

Additional Inherited Members

- 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...
 

Detailed Description

Represents a NXOpen.Mechatronics.SHMSignalConnectionBuilder

To create a new instance of this class, use NXOpen.Mechatronics.SHMSignalConnectionCollection.CreateSHMSignalConnectionBuilder

Created in NX9.0.0

Member Enumeration Documentation

Represents the data type.

Enumerator
Bool 

bool

Int 

int

Double 

double

Represents the endian type.

Enumerator
Little 

little endian

Big 

big endian

Represents the SHM Signal access type.

Enumerator
Read 

read

Write 

write

Represents the mapping data sream direction.

Enumerator
Tomcd 

write to MCD

Toshm 

write to SHM

Property Documentation

unsafe NXOpen.Mechatronics.SignalAdapter NXOpen.Mechatronics.SHMSignalConnectionBuilder.AdapterObject
getset

Returns or sets the adapter object.

Created in NX9.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.SHMSignalConnectionBuilder.EndianType NXOpen.Mechatronics.SHMSignalConnectionBuilder.Endian
getset

Returns or sets the endian type.

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.SHMSignalConnectionBuilder.ResultName
getset

Returns or sets the mapping result name.

Created in NX9.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.SHMSignalConnectionBuilder.SHMName
getset

Returns or sets the SHM name.

Created in NX9.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.SHMSignalConnectionBuilder.SHMSignalAccessType NXOpen.Mechatronics.SHMSignalConnectionBuilder.SHMSignalAccess
getset

Returns or sets the SHM access previlege type.

Created in NX9.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.SHMSignalConnectionBuilder.SHMSignalName
getset

Returns or sets the SHM signal name.

Created in NX9.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.SHMSignalConnectionBuilder.DataType NXOpen.Mechatronics.SHMSignalConnectionBuilder.SHMSignalType
getset

Returns or sets the SHM signal type.

Created in NX9.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.NXObject NXOpen.Mechatronics.SHMSignalConnectionBuilder.SignalObject
getset

Returns or sets the signal object.

Created in NX9.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.SHMSignalConnectionBuilder.StreamIOType NXOpen.Mechatronics.SHMSignalConnectionBuilder.StreamIO
getset

Returns or sets the data stream direction.

Created in NX9.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")


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