diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:CoefficientExpression | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="DamperDataType"> <xsd:annotation> <xsd:documentation> Additional data for a Damper Constraint. Only one DamperData sub-element is allowed in a Constraint, ConstraintInstance or ConstraintOccurrence element. Attributes: id: Inherited from AttribOwner. name: Inherited from AttribOwner. degreeOfFreedom: The degree of freedom of the Joint along or around which the Damper acts. Represented as a DegreeOfFreedomEnum. coefficient: The viscous damping coefficient of a Damper in SI units, currently newton seconds per metre for Dampers acting along translational degrees of freedom and newton metre seconds per radian for Dampers acting around rotational degrees of freedom. The default is 0.0. This is ignored when there is a CoefficientExpression sub-element. Sub-element: CoefficientExpression: A MechanismExpression that defines the viscous damping coefficient of a non-linear Damper in SI units. (newton seconds per metre along translational degrees of freedom and newton metre seconds per radian around rotational degrees of freedom.) </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:choice minOccurs="0"> <xsd:element name="CoefficientExpression" type="plm:MechanismExpressionType"/> </xsd:choice> <xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="optional"/> <xsd:attribute name="coefficient" type="xsd:double" default="0.0"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:DegreeOfFreedomEnum | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
source | <xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="coefficient" type="xsd:double" default="0.0"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:MechanismExpressionType | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="CoefficientExpression" type="plm:MechanismExpressionType"/> |