Canguro.Controller.CommandServices.GetJoint C# (CSharp) Method

GetJoint() public method

Method to get a Joint from the user by any means available (i.e. picking, text input, etc.)
public GetJoint ( ) : Canguro.Model.Joint
return Canguro.Model.Joint
        public Canguro.Model.Joint GetJoint()
        {
            return GetJoint(Culture.Get("getJoint"));
        }

Same methods

CommandServices::GetJoint ( string prompt ) : Canguro.Model.Joint
CommandServices::GetJoint ( IList newLines ) : Model.Joint