Gets the angles of this arc in radians.
Gets the maximum algebraic degree of any span or a good estimate if curve spans are not algebraic.
Gets the dimension of the object. The dimension is typically three. For parameter space trimming curves the dimension is two. In rare cases the dimension can be one or greater than three.
Gets or sets the domain of the curve.
Returns true if the Brep.TryConvertBrep function will be successful for this object
Gets a value indicating whether or not this curve is a closed curve.
Gets a value indicating whether or not this curve can be represented by a complete circle.
true if object can be accurately modified with "squishy" transformations like projections, shears, and non-uniform scaling.
Gets a value indicating whether or not this curve is considered to be Periodic.
Tests an object to see if it is valid.
...
Useful for switch statements that need to differentiate between basic object types like points, curves, surfaces, and so on.
Evaluates point at the end of the curve.
Evaluates point at the start of the curve.
Gets the radius of this ArcCurve.
Gets the number of non-empty smooth (c-infinity) spans in the curve.
Evaluate unit tangent vector at the end of the curve.
Evaluates the unit tangent vector at the start of the curve.
Gets the amount of user strings.
Gets the arc that is contained within this ArcCurve.
The orientation of this curve with respect to world XY plane.
The plane in which to solve the orientation.
The orientation of this curve with respect to world XY plane.
Curve parameter to evaluate.
Number of derivatives to evaluate, must be at least 0.
Side of parameter to evaluate. If the parameter is at a kink, it makes a big difference whether the evaluation is from below or above.
An array of vectors that represents all the derivatives starting at zero.
An object of the same type as this, with the same properties and behavior.
...
If true, a physically accurate bounding box will be computed. If not, a bounding box estimate will be computed. For some geometry types there is no difference between the estimate and the accurate bounding box. Estimated bounding boxes can be computed much (much) faster than accurate (or "tight") bounding boxes. Estimated bounding boxes are always similar to or larger than accurate bounding boxes.
The bounding box of the geometry in world coordinates or BoundingBox.Empty if not bounding box could be found.
true if this curve can be represented as a polyline; otherwise, false.
false if object cannot be converted to a deformable object. true if object was already deformable or was converted into a deformable object.
...
Angle of rotation in radians.
Direction of the axis of rotation.
Point on the axis of rotation.
true if geometry successfully rotated.
Parameter to split the curve at in the interval returned by Domain().
Two curves on success, null on failure.
NURBS representation of the curve on success, null on failure.
The NURBS representation for this portion of the curve is returned.
NURBS representation of the curve on success, null on failure.
Transformation to apply to geometry.
true if geometry successfully transformed.
Start of the trimming interval. Portions of the curve before curve(t0) are removed.
End of the trimming interval. Portions of the curve after curve(t1) are removed.
Trimmed portion of this curve is successful, null on failure.
[boolean, Polyline] (boolean) true if this curve can be represented as a polyline; otherwise, false. (Polyline) If true is returned, then the polyline form is returned here.
StaticcreateControl points as an array of arrays containing three numbers or a Point3dList.
Degree of curve. The number of control points must be at least degree+1.
StaticcreateStaticcreateStaticcreateStaticcreateStaticdecodeA json formatted object in the following format (values are orientative):
{
version: 10000,
archive3dm: 60,
opennurbs: -1877964208,
data: 'encoded 3dm object data'
}
Gets the angles of this arc in degrees.