2027 Members
Changes 0
M

HermiteFace Methods

Name Return Type Description Inherited From
M ComputeDerivatives(UV) Transform Returns the first partial derivatives of the underlying surface at the specified point. (Inherited from Face ) Face
M ComputeNormal(UV) XYZ Returns the normal vector for the face at the given point. (Inherited from Face ) Face
M ComputeSecondDerivatives(UV) FaceSecondDerivatives Returns the second partial derivatives of the face at the specified point. (Inherited from Face ) Face
M Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) APIObject
M Equals(Object) Boolean Determines whether the specified Object is equal to the current Object . (Inherited from GeometryObject ) GeometryObject
M Evaluate(UV) XYZ Evaluates and returns the XYZ coordinates of a point at the indicated UV parameterization of the face. (Inherited from Face ) Face
M GetBoundingBox() BoundingBoxUV Returns the UV bounding box of the face. (Inherited from Face ) Face
M GetEdgesAsCurveLoops() IList<CurveLoop> Returns a list of closed curve loops that correspond to the edge loops of the face. Curves in each curve loop correspond to individual edges. (Inherited from Face ) Face
M GetHashCode() Int32 Gets the integer value of the geometry object as hash code (Inherited from GeometryObject ) GeometryObject
M GetRegions() IList<Face> Gets the face regions (created, for example, by the Split Face command) of the face. (Inherited from Face ) Face
M GetSurface() Surface Returns a copy of this face's surface. (Inherited from Face ) Face
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M Intersect(Curve) SetComparisonResult Calculates the intersection of the specified curve with this face. (Inherited from Face ) Face
M Intersect(Face) FaceIntersectionFaceResult Calculates the intersection of the specified face with this face and returns the intersection results. (Inherited from Face ) Face
M Intersect(Curve, IntersectionResultArray%) SetComparisonResult Calculates the intersection of the specified curve with this face and returns the intersection results. (Inherited from Face ) Face
M Intersect(Face, Curve%) FaceIntersectionFaceResult Calculates the intersection of the specified face with this face and returns the intersection results. (Inherited from Face ) Face
M IsInside(UV) Boolean Indicates whether the specified point is within this face. (Inherited from Face ) Face
M IsInside(UV, IntersectionResult%) Boolean Indicates whether the specified point is within this face and outputs additional information about the point location. (Inherited from Face ) Face
M Project(XYZ) IntersectionResult Projects the specified point on the face. (Inherited from Face ) Face
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
M Triangulate() Mesh Returns a triangular mesh approximation to the face. (Inherited from Face ) Face
M Triangulate(Double) Mesh Returns a triangular mesh approximation to the face. (Inherited from Face ) Face