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

Represents a NXOpen.Motion.EntityPropTableBuilder More...

Inheritance diagram for NXOpen.Motion.EntityPropTableBuilder:
NXOpen.Motion.MotionBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink NXOpen.Motion.ControlInputBuilder NXOpen.Motion.ControlOperationBuilder NXOpen.Motion.GearBuilder NXOpen.Motion.GearContactBuilder NXOpen.Motion.InitialConditionBuilder NXOpen.Motion.MotionSolutionBuilder NXOpen.Motion.SolutionStopBuilder NXOpen.Motion.SpringDamperBuilder NXOpen.Motion.SuspensionReportingBuilder NXOpen.Motion.VehicleReportingBuilder

Public Member Functions

unsafe bool GetBooleanPropertyValue (string propertyName)
 Returns the boolean value of the property More...
 
unsafe NXOpen.CoordinateSystem GetCsysPropertyValue (string propertyName)
 Returns the csys value of the property More...
 
unsafe NXOpen.Direction GetDirectionPropertyValue (string propertyName)
 Returns the direction value of the property More...
 
unsafe string GetEntitySubtypeName ()
 Returns the entity subtype name More...
 
unsafe string GetFileReferenceValue (string propertyName)
 Returns the file reference value of the property More...
 
unsafe int GetIntegerPropertyValue (string propertyName)
 Returns the integer value of the property More...
 
unsafe NXOpen.PhysicalMaterial GetMaterialPropertyValue (string propertyName, out bool isInherited)
 Returns the material value of the property More...
 
unsafe NXOpen.NXObject[] GetMultipleReferencePropertyValue (string propertyName)
 Returns the multiple referenced object values of the property More...
 
unsafe NXOpen.Point GetPointPropertyValue (string propertyName)
 Returns the point value of the property More...
 
unsafe
NXOpen.Motion.ParamOverrideState 
GetPropertyOverrideState (string propertyName)
 Returns the override state of the property More...
 
unsafe NXOpen.NXObject GetReferencePropertyValue (string propertyName)
 Returns the referenced object value of the property More...
 
unsafe void GetScalarExpressionPropertyValue (string propertyName, out double propertyValue, out NXOpen.Unit unitType)
 Returns the double value of the property with unit More...
 
unsafe string GetStringPropertyValue (string propertyName)
 Returns the string value of the property More...
 
unsafe void SetBooleanPropertyValue (string propertyName, bool propertyValue)
 Sets the boolean value of the property More...
 
unsafe void SetCsysPropertyValue (string propertyName, NXOpen.CoordinateSystem propertyValue)
 Sets the csys value of the property More...
 
unsafe void SetDirectionPropertyValue (string propertyName, NXOpen.Direction propertyValue)
 Sets the direction value of the property More...
 
unsafe void SetEntitySubtypeName (string entitySubtypeName)
 Set the entity subtype name More...
 
unsafe void SetFileReferenceValue (string propertyName, string propertyValue)
 Sets the file reference value of the property More...
 
unsafe void SetIntegerPropertyValue (string propertyName, int propertyValue)
 Sets the integer value of the property More...
 
unsafe void SetMaterialPropertyValue (string propertyName, bool isInherited, NXOpen.PhysicalMaterial propertyValue)
 Sets the material value of the property More...
 
unsafe void SetMultipleReferencePropertyValue (string propertyName, NXOpen.NXObject[] propertyValue)
 Sets the multiple referenced object values of the property More...
 
unsafe void SetPointPropertyValue (string propertyName, NXOpen.Point propertyValue)
 Sets the point value of the property More...
 
unsafe void SetPropertyOverrideState (string propertyName, NXOpen.Motion.ParamOverrideState overrideState)
 Sets the override state of the property More...
 
unsafe void SetPropertyWithoutValue (string propertyName)
 Unset a property value More...
 
unsafe void SetReferencePropertyValue (string propertyName, NXOpen.NXObject propertyValue)
 Sets the referenced object value of the property More...
 
unsafe void SetScalarExpressionPropertyValue (string propertyName, double propertyValue, NXOpen.Unit unitType)
 Sets the double value of the property with unit More...
 
unsafe void SetScalarExpressionPropertyValue (string propertyName, string propertyValue, NXOpen.Unit unitType)
 Sets the string value of the property with unit More...
 
unsafe void SetStringPropertyValue (string propertyName, string propertyValue)
 Sets the string value of the property More...
 

Properties

unsafe string EntityName [get, set]
 Returns or sets the entity name. More...
 
- Properties inherited from NXOpen.Motion.MotionBuilder
unsafe double DisplayScale [get, set]
 Returns or sets the icon display scale More...
 
unsafe string GroupName [get, set]
 Returns or sets the group name More...
 
unsafe
NXOpen.Motion.MotionObject.GroupType 
GroupType [get, set]
 Returns or sets the group 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.Motion.EntityPropTableBuilder

This is an abstract class, and cannot be created.

Created in NX1872.0.0

Member Function Documentation

unsafe bool NXOpen.Motion.EntityPropTableBuilder.GetBooleanPropertyValue ( string  propertyName)
inline

Returns the boolean value of the property

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe NXOpen.CoordinateSystem NXOpen.Motion.EntityPropTableBuilder.GetCsysPropertyValue ( string  propertyName)
inline

Returns the csys value of the property

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe NXOpen.Direction NXOpen.Motion.EntityPropTableBuilder.GetDirectionPropertyValue ( string  propertyName)
inline

Returns the direction value of the property

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe string NXOpen.Motion.EntityPropTableBuilder.GetEntitySubtypeName ( )
inline

Returns the entity subtype name

Created in NX1872.0.0

License requirements: None.

Returns
the name of the entity subtype
unsafe string NXOpen.Motion.EntityPropTableBuilder.GetFileReferenceValue ( string  propertyName)
inline

Returns the file reference value of the property

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe int NXOpen.Motion.EntityPropTableBuilder.GetIntegerPropertyValue ( string  propertyName)
inline

Returns the integer value of the property

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe NXOpen.PhysicalMaterial NXOpen.Motion.EntityPropTableBuilder.GetMaterialPropertyValue ( string  propertyName,
out bool  isInherited 
)
inline

Returns the material value of the property

Created in NX1899.0.0

License requirements: None.

Parameters
propertyNamename of the property
isInheritedtrue indicate the material is inherited from referenced object assignments such as geometry
Returns
value of the property
unsafe NXOpen.NXObject [] NXOpen.Motion.EntityPropTableBuilder.GetMultipleReferencePropertyValue ( string  propertyName)
inline

Returns the multiple referenced object values of the property

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe NXOpen.Point NXOpen.Motion.EntityPropTableBuilder.GetPointPropertyValue ( string  propertyName)
inline

Returns the point value of the property

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe NXOpen.Motion.ParamOverrideState NXOpen.Motion.EntityPropTableBuilder.GetPropertyOverrideState ( string  propertyName)
inline

Returns the override state of the property

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
override state of the property
unsafe NXOpen.NXObject NXOpen.Motion.EntityPropTableBuilder.GetReferencePropertyValue ( string  propertyName)
inline

Returns the referenced object value of the property

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.GetScalarExpressionPropertyValue ( string  propertyName,
out double  propertyValue,
out NXOpen.Unit  unitType 
)
inline

Returns the double value of the property with unit

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
propertyValuevalue of the property
unitTypeUnit type for the scalar a null reference (Nothing in Visual Basic) if the scalar has no units
unsafe string NXOpen.Motion.EntityPropTableBuilder.GetStringPropertyValue ( string  propertyName)
inline

Returns the string value of the property

Created in NX1872.0.0

License requirements: None.

Parameters
propertyNamename of the property
Returns
value of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetBooleanPropertyValue ( string  propertyName,
bool  propertyValue 
)
inline

Sets the boolean value of the property

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetCsysPropertyValue ( string  propertyName,
NXOpen.CoordinateSystem  propertyValue 
)
inline

Sets the csys value of the property

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetDirectionPropertyValue ( string  propertyName,
NXOpen.Direction  propertyValue 
)
inline

Sets the direction value of the property

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetEntitySubtypeName ( string  entitySubtypeName)
inline

Set the entity subtype name

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
entitySubtypeNamethe name of the entity subtype
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetFileReferenceValue ( string  propertyName,
string  propertyValue 
)
inline

Sets the file reference value of the property

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetIntegerPropertyValue ( string  propertyName,
int  propertyValue 
)
inline

Sets the integer value of the property

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetMaterialPropertyValue ( string  propertyName,
bool  isInherited,
NXOpen.PhysicalMaterial  propertyValue 
)
inline

Sets the material value of the property

Created in NX1899.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
isInheritedtrue indicate the material is inherited from referenced object assignments such as geometry
propertyValuevalue of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetMultipleReferencePropertyValue ( string  propertyName,
NXOpen.NXObject[]  propertyValue 
)
inline

Sets the multiple referenced object values of the property

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetPointPropertyValue ( string  propertyName,
NXOpen.Point  propertyValue 
)
inline

Sets the point value of the property

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetPropertyOverrideState ( string  propertyName,
NXOpen.Motion.ParamOverrideState  overrideState 
)
inline

Sets the override state of the property

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
overrideStateoverride state of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetPropertyWithoutValue ( string  propertyName)
inline

Unset a property value

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetReferencePropertyValue ( string  propertyName,
NXOpen.NXObject  propertyValue 
)
inline

Sets the referenced object value of the property

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
propertyValuevalue of the property
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetScalarExpressionPropertyValue ( string  propertyName,
double  propertyValue,
NXOpen.Unit  unitType 
)
inline

Sets the double value of the property with unit

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
propertyValuevalue of the property
unitTypeUnit type for the scalar a null reference (Nothing in Visual Basic) if the scalar has no units
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetScalarExpressionPropertyValue ( string  propertyName,
string  propertyValue,
NXOpen.Unit  unitType 
)
inline

Sets the string value of the property with unit

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
propertyValueThe string value for the Scalar
unitTypeUnit type for the scalar a null reference (Nothing in Visual Basic) if the scalar has no units
unsafe void NXOpen.Motion.EntityPropTableBuilder.SetStringPropertyValue ( string  propertyName,
string  propertyValue 
)
inline

Sets the string value of the property

Created in NX1872.0.0

License requirements: mechanisms ("MECHANISMS")

Parameters
propertyNamename of the property
propertyValuevalue of the property

Property Documentation

unsafe string NXOpen.Motion.EntityPropTableBuilder.EntityName
getset

Returns or sets the entity name.

Must be unique across all motion elements.

Created in NX1872.0.0

License requirements to get this property: None.

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.