LinkageDesigner Package Paclet Symbol

LinkGeometry

LinkGeometry
is an option for Linkage3D and AnimateLinkage3D function, that defines the name of the links, of that the geometry should be displayed.
  • Link markers can be specified a list of joint name either stripped or full form e.g. LinkGeometry->{"link1"}
  • It is possible to use string pattern that pulls out a list of matching name e.g. LinkGeometry->"*Connecting*"
  • Also it is possible to define a list of integer which will converted into a Regular expression to pull out the list of matching joint names. e.g LinkGeometry->{1,2} converted to ReqularExpression[".*[12]"].