Show / Hide Table of Contents

Struct PhysicsFrictionParameters

Specifies spring parameters for one degree of freedom of a PhysicsConstraint

Namespace: ABB.Robotics.RobotStudio.Stations
Assembly: ABB.Robotics.RobotStudio.Stations.dll
Syntax
[Persistent("PhysicsFrictionParameters")]
public struct PhysicsFrictionParameters

Fields

View Source

Enabled

True if friction is enabled

Declaration
[Persistent("Enabled")]
public bool Enabled
Field Value
Type Description
bool
View Source

FrictionCoefficient

Friction coefficient (between 0 and 1)

Declaration
[Persistent("FrictionCoefficient")]
public double FrictionCoefficient
Field Value
Type Description
double
View Source

MaxForce

Maximum force/torque that can be applied

Declaration
[Persistent("MaxForce")]
public double MaxForce
Field Value
Type Description
double
  • View Source
In this article
Back to top Copyright © 2025 ABB