Main Content

removeConnector

Class: simscape.multibody.RigidBody
Namespace: simscape.multibody

Remove connector from RigidBody object

Since R2022a

Description

removeConnector(rb,connectorName) removes a connector, connectorName, from the simscape.multibody.RigidBody object, rb.

Input Arguments

expand all

Rigid body, specified as a simscape.multibody.RigidBody object. The rb object represents the rigid body from which you remove the connector.

Name of the connector, specified as a string scalar or character vector.

Example: "arm"

Attributes

Accesspublic

To learn about attributes of methods, see Method Attributes.

Version History

Introduced in R2022a