Exemple #1
0
 /// <summary>Returns the owning force field shape group. </summary>
 public virtual NxForceFieldShapeGroup getShapeGroup()
 {
     if (doSetFunctionPointers)
     {
         throw new System.NotSupportedException("Cannot call abstract base member");
     }
     return(NxForceFieldShapeGroup.GetClass(NxForceFieldShape_getShapeGroup_INVOKE(ClassPointer, doSetFunctionPointers)));
 }
Exemple #2
0
 private void removeShapeGroup_virtual(IntPtr unknown9)
 {
     removeShapeGroup(NxForceFieldShapeGroup.GetClass(unknown9));
 }
Exemple #3
0
 private void addShapeGroup_virtual(IntPtr group)
 {
     addShapeGroup(NxForceFieldShapeGroup.GetClass(group));
 }