Class TirePropertyFtBuilder
Inheritance
System.Object
System.MarshalByRefObject
TirePropertyFtBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Motion
Assembly: NXOpen.dll
Syntax
public class TirePropertyFtBuilder : TirePropertyBuilder, IMessageSink, IComponentBuilder, IExternalFileReferencer
Constructors
TirePropertyFtBuilder()
Declaration
protected TirePropertyFtBuilder()
Properties
IdRoad
Declaration
public Expression IdRoad { get; }
Property Value
Type | Description |
---|---|
Expression |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Radius
Declaration
public Expression Radius { get; }
Property Value
Type | Description |
---|---|
Expression |
RunInParallel
Declaration
public bool RunInParallel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StaticHold
Declaration
public bool StaticHold { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StaticVerticalStiffness
Declaration
public Expression StaticVerticalStiffness { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
EstablishReference(Int32, ExternalFileReferenceAdapter.Type, String)
Declaration
public ExternalFileReferenceAdapter EstablishReference(int referenceObjectId, ExternalFileReferenceAdapter.Type referenceType, string externalFileSpec)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | referenceObjectId | |
ExternalFileReferenceAdapter.Type | referenceType | |
System.String | externalFileSpec |
Returns
Type | Description |
---|---|
ExternalFileReferenceAdapter |
GetExternalFileDefinitionKey(ExternalFileReferenceAdapter)
Declaration
public string GetExternalFileDefinitionKey(ExternalFileReferenceAdapter adapter)
Parameters
Type | Name | Description |
---|---|---|
ExternalFileReferenceAdapter | adapter |
Returns
Type | Description |
---|---|
System.String |
GetExternalFileReferenceAdapter(Int32)
Declaration
public ExternalFileReferenceAdapter GetExternalFileReferenceAdapter(int referenceObjectId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | referenceObjectId |
Returns
Type | Description |
---|---|
ExternalFileReferenceAdapter |
SetExternalFileReferenceAdapter(Int32, ExternalFileReferenceAdapter)
Declaration
public void SetExternalFileReferenceAdapter(int referenceObjectId, ExternalFileReferenceAdapter adapter)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | referenceObjectId | |
ExternalFileReferenceAdapter | adapter |
Implements
System.Runtime.Remoting.Messaging.IMessageSink