Method Single1
Single1()
Creates a 1D Single Shape with center value 0.
public static IImplicitShape<int> Single1()
Returns
Single1(int)
Creates a 1D Single Shape with a given point value.
public static IImplicitShape<int> Single1(int point)
Parameters
point
intValue of the center point.
Returns
Single1(GridPoint3)
Creates a 3D Single Shape.
public static IImplicitShape<GridPoint3> Single1(GridPoint3 point)
Parameters
point
GridPoint3Point value of the center.