GH_Joint(GH_Joint) Constructor
Initializes a new instance of the
GH_Joint class.
Namespace: Karamba.GHopper.JointsAssembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public GH_Joint(
GH_Joint other
)
Public Sub New (
other As GH_Joint
)
public:
GH_Joint(
GH_Joint^ other
)
new :
other : GH_Joint -> GH_Joint
Parameters
- other GH_Joint
- Other wrapped joint which gets shallow cloned.