diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="ContactDataType"> <xsd:annotation> <xsd:documentation> Additional data for a Contact Constraint. Only one ContactData sub-element is allowed in a Constraint, ConstraintInstance or ConstraintOccurrence element. Attributes: id: Inherited from AttribOwner. name: Inherited from AttribOwner. impact: Whether the contact model is impact or poisson. stiffness: The spring constant of the Contact in SI units, currently newtons per metre. The default is 0.0. stiffnessExponent: The exponent of the penetration in a non-linear spring equation, used to calculate the normal force. The default is 1.0. dampingCoefficient: The viscous damping coefficient of the Contact in SI units, currently newton seconds per metre. The default is 0.0. boundaryPenetration: The penetration in SI units, currently metres, at which the effective coefficient of damping equals the dampingCoefficient. restitution: The coefficient of restitution. This is a dimensionless quantity. staticCoefficient: The coefficient of static friction. This is a dimensionless quantity. The default is 0.0. dynamicCoefficient: The coefficient of dynamic friction. This is a dimensionless quantity. The default is 0.0. staticTransitionSpeed: The surface speed at which the transition from static friction to dynamic friction begins in SI units, currently metres per second. The effective coefficient of friction equals the coefficient of static friction. dynamicTransitionSpeed: The surface speed at which the transition from static friction to dynamic friction ends in SI units, currently metres per second. The effective coefficient of friction equals the coefficient of dynamic friction. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="impact" type="xsd:boolean" default="true"/> <xsd:attribute name="stiffness" type="xsd:double" use="optional"/> <xsd:attribute name="stiffnessExponent" type="xsd:double" default="1.0"/> <xsd:attribute name="dampingCoefficient" type="xsd:double" default="0.0"/> <xsd:attribute name="boundaryPenetration" type="xsd:double" default="0.0"/> <xsd:attribute name="restitution" type="xsd:double" default="1.0"/> <xsd:attribute name="staticCoefficient" type="xsd:double" default="0.0"/> <xsd:attribute name="dynamicCoefficient" type="xsd:double" default="0.0"/> <xsd:attribute name="staticTransitionSpeed" type="xsd:double" use="optional"/> <xsd:attribute name="dynamicTransitionSpeed" type="xsd:double" use="optional"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="impact" type="xsd:boolean" default="true"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="stiffness" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="stiffnessExponent" type="xsd:double" default="1.0"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="dampingCoefficient" type="xsd:double" default="0.0"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="boundaryPenetration" type="xsd:double" default="0.0"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="restitution" type="xsd:double" default="1.0"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="staticCoefficient" type="xsd:double" default="0.0"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="dynamicCoefficient" type="xsd:double" default="0.0"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="staticTransitionSpeed" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="dynamicTransitionSpeed" type="xsd:double" use="optional"/> |