Notifications
Clear all
[Closed] tanslate MXS into SDK
Jun 05, 2009 11:02 am
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”?