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

Represents a NXOpen.Mechatronics.PneumaticCylinder builder. More...

Inheritance diagram for NXOpen.Mechatronics.PneumaticCylinderBuilder:
NXOpen.Mechatronics.PhysicsConstraintBuilder NXOpen.Builder NXOpen.TaggedObject NXOpen.GeometricUtilities.IComponentBuilder NXOpen.Utilities.NXRemotableObject IMessageSink

Public Types

enum  OutputRodType { Single, Double }
 the Rod types. More...
 

Properties

unsafe
NXOpen.Mechatronics.SelectPhysicsJoint 
AxisJoint [get]
 Returns the Axis Joint. More...
 
unsafe NXOpen.Expression GasR [get]
 Returns the specific gas constant Rbar. More...
 
unsafe NXOpen.Expression Kappa [get]
 Returns constant Kappa, the ratio of specific heats. More...
 
unsafe NXOpen.Expression PistonDiameter [get]
 Returns the diameter of the piston. More...
 
unsafe NXOpen.Expression PistonRodDiameter [get]
 Returns the diameter of the piston rod. More...
 
unsafe NXOpen.Expression PressureA [get]
 Returns the initial pressure of chamber A. More...
 
unsafe NXOpen.Expression PressureB [get]
 Returns the initial pressure of chamber B. More...
 
unsafe
NXOpen.Mechatronics.PneumaticCylinderBuilder.OutputRodType 
RodType [get, set]
 Returns or sets the rod type. More...
 
unsafe NXOpen.Expression StrokeLength [get]
 Returns the overall stroke length of the cylinder. More...
 
unsafe NXOpen.Expression Temperature [get]
 Returns the gas temperature (assumed constant). More...
 
unsafe NXOpen.Expression VolumeExtendA [get]
 Returns the length of the volume extension on chamber A. More...
 
unsafe NXOpen.Expression VolumeExtendB [get]
 Returns the length of the volume extension on chamber B. More...
 
- Properties inherited from NXOpen.Mechatronics.PhysicsConstraintBuilder
unsafe string Name [get, set]
 Returns or sets the name. 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

- 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...
 
- Protected Member Functions inherited from NXOpen.TaggedObject
new void initialize ()
 <exclude> More...
 

Detailed Description

Represents a NXOpen.Mechatronics.PneumaticCylinder builder.

To create a new instance of this class, use NXOpen.Mechatronics.PneumaticCylinderCollection.CreatePneumaticCylinderBuilder

Created in NX11.0.0

Member Enumeration Documentation

the Rod types.

Enumerator
Single 

single rod

Double 

double rod

Property Documentation

unsafe NXOpen.Mechatronics.SelectPhysicsJoint NXOpen.Mechatronics.PneumaticCylinderBuilder.AxisJoint
get

Returns the Axis Joint.

This can be a PhysicsJoint .

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.PneumaticCylinderBuilder.GasR
get

Returns the specific gas constant Rbar.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.PneumaticCylinderBuilder.Kappa
get

Returns constant Kappa, the ratio of specific heats.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.PneumaticCylinderBuilder.PistonDiameter
get

Returns the diameter of the piston.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.PneumaticCylinderBuilder.PistonRodDiameter
get

Returns the diameter of the piston rod.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.PneumaticCylinderBuilder.PressureA
get

Returns the initial pressure of chamber A.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.PneumaticCylinderBuilder.PressureB
get

Returns the initial pressure of chamber B.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Mechatronics.PneumaticCylinderBuilder.OutputRodType NXOpen.Mechatronics.PneumaticCylinderBuilder.RodType
getset

Returns or sets the rod type.

Created in NX11.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.Expression NXOpen.Mechatronics.PneumaticCylinderBuilder.StrokeLength
get

Returns the overall stroke length of the cylinder.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.PneumaticCylinderBuilder.Temperature
get

Returns the gas temperature (assumed constant).

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.PneumaticCylinderBuilder.VolumeExtendA
get

Returns the length of the volume extension on chamber A.

Created in NX11.0.0

License requirements: nx_mcd_core ("Mechatronics Concept Designer")

unsafe NXOpen.Expression NXOpen.Mechatronics.PneumaticCylinderBuilder.VolumeExtendB
get

Returns the length of the volume extension on chamber B.

Created in NX11.0.0

License requirements: 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.