Example #1
0
 public static extern SUDimensionRef SUDimensionLinearToDimension(SUDimensionLinearRef dimension);
Example #2
0
 public static extern SU_RESULT SUDimensionLinearGetAlignment(SUDimensionLinearRef dimension, ref SUDimensionLinearAlignmentType alignment);
Example #3
0
 public static extern SU_RESULT SUDimensionLinearGetTextPosition(SUDimensionLinearRef dimension, ref SUPoint3D position);
Example #4
0
 public static extern SU_RESULT SUDimensionLinearGetVerticalAlignment(SUDimensionLinearRef dimension, ref SUVerticalTextPositionType alignment);
Example #5
0
 public static extern SU_RESULT SUDimensionLinearSetHorizontalAlignment(SUDimensionLinearRef dimension, SUHorizontalTextPositionType alignment);
Example #6
0
 public static extern SU_RESULT SUDimensionLinearSetNormal(SUDimensionLinearRef dimension, ref SUVector3D normal);
Example #7
0
 public static extern SU_RESULT SUDimensionLinearSetXAxis(SUDimensionLinearRef dimension, ref SUVector3D axis);
Example #8
0
 public static extern SU_RESULT SUDimensionLinearSetEndPoint(SUDimensionLinearRef dimension, ref SUPoint3D point, SUInstancePathRef path);
Example #9
0
 public static extern SU_RESULT SUDimensionLinearRelease(ref SUDimensionLinearRef dimension);
Example #10
0
 public static extern SU_RESULT SUDimensionLinearCreate(ref SUDimensionLinearRef dimension, ref SUPoint3D start_point, SUInstancePathRef start_path, ref SUPoint3D end_point, SUInstancePathRef end_path, double offset);