rs2.modeler.properties.joint.Joint module#

class rs2.modeler.properties.joint.Joint.JointProperty(client: Client, ID, documentProxyID)#

Bases: PropertyProxy

Variables:
  • NoneSlip (NoneSlip) – Reference object for modifying property.

  • MohrCoulomb (MohrCoulomb) – Reference object for modifying property.

  • BartonBandis (BartonBandis) – Reference object for modifying property.

  • GeosyntheticHyperbolic (GeosyntheticHyperbolic) – Reference object for modifying property.

  • HyperbolicSoftening (HyperbolicSoftening) – Reference object for modifying property.

  • MaterialDependent (MaterialDependent) – Reference object for modifying property.

  • DisplacementDependent (DisplacementDependent) – Reference object for modifying property.

Examples

Code Snippet: Manipulation of Joint Properties

getJointName() str#
setJointName(value: str)#
getJointColor() int#
setJointColor(value: int)#
getSlipCriterion() JointTypes#
setSlipCriterion(value: JointTypes)#
getInitialDeformation() bool#
setInitialDeformation(value: bool)#
SetApplySSR(applySSR: bool)#
GetApplySSR() bool#
SetPermeable(permeable: bool)#
GetPermeable() bool#
SetMeshConforming(meshConforming: bool)#
GetMeshConforming() bool#
SetAllowSlipStartFromStage(stage: int)#
GetAllowSlipStartFromStage() int#