|
M
AsCurve()
|
Curve
|
Returns a curve that corresponds to the edge's parametric orientation.
|
|
|
M
AsCurveFollowingFace(Face)
|
Curve
|
Returns a curve that corresponds to this edge as oriented in its topological direction on the specified face.
|
|
|
M
ComputeDerivatives(Double)
|
Transform
|
Returns the vectors describing the edge at the specified parameter.
|
|
|
M
Dispose()
|
None
|
Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject .)
|
APIObject
|
|
M
Equals(Object)
|
bool
|
Determines whether the specified Object is equal to the current Object . (Inherited from GeometryObject .)
|
Object
|
|
M
Evaluate(Double)
|
XYZ
|
Evaluates a parameter on the edge.
|
|
|
M
EvaluateOnFace(Double, Face)
|
UV
|
Evaluates a parameter on the edge to produce UV coordinates on the face.
|
|
|
M
GetEndPointReference(Int32)
|
nullNothingnullptr
|
Returns a stable reference to the start or the end point of the edge.
|
|
|
M
GetFace(Int32)
|
Face
|
Returns one of the two faces that meet at the edge.
|
|
|
M
GetHashCode()
|
int
|
Gets the integer value of the geometry object as hash code (Inherited from GeometryObject .)
|
GeometryObject
|
|
M
GetType
|
None
|
Gets the Type of the current instance. (Inherited from Object .)
|
Object
|
|
M
Tessellate()
|
IList<XYZ>
|
Returns a polyline approximation to the edge.
|
|
|
M
TessellateOnFace(Face)
|
IList<UV>
|
Returns a polyline approximation to the edge in UV parameters of the face.
|
|
|
M
ToString
|
None
|
Returns a string that represents the current object. (Inherited from Object .)
|
Object
|