Notifications
Clear all

[Closed] tanslate MXS into SDK


on canManipulateNode n do(Superclassof n == GeometryClass and isKindOf  n.Xform.controller  prs)


 virtual BOOL CanManipulate(ReferenceTarget* hTarget) 
	{ 
		return hTarget->SuperClassID() == GEOMOBJECT_CLASS_ID();
	}

how can use SDK(C++) to implement” isKindOf n.Xform.controller prs”?