SurfaceSurfaceIntersector Class

This class holds the intersection data of two surfaces. This object contains handles to surface objects but does not own them. Calculation of the intersection is performed by a query function. Any output geometry from an intersection object is owned by the caller. If one of the objects is deleted, the intersection must be recalculated. If one of the object is NULL, a kXXUnknown exception is thrown and a non-valid value is returned. For more information, see Working with Surfaces.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.GeometryEntity3d
        Teigha.GeometrySurfaceSurfaceIntersector

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public class SurfaceSurfaceIntersector : Entity3d

The SurfaceSurfaceIntersector type exposes the following members.

Constructors
  Name Description
Public method SurfaceSurfaceIntersector Default constructor for the SurfaceSurfaceIntersector class. Creates a default corresponding C++ object with NULL surfaces, default tolerance, flag that indicates whether surfaces overlap set to false, and a flag that indicates that data is not initialized.
Public method SurfaceSurfaceIntersector(Surface, Surface) Constructor for the SurfaceSurfaceIntersector class. Creates a surface intersector with two specified surface objects.
Public method SurfaceSurfaceIntersector(Surface, Surface, Tolerance) Constructor for the SurfaceSurfaceIntersector class. Creates a surface intersector with two specified surface objects and a tolerance.
Top
Properties
  Name Description
Public property AutoDelete Property that indicates whether the object should be automatically deleted by the Garbage Collector.
(Inherited from DisposableWrapper)
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property NumResults Property that represents the number of intersections between the two surfaces.
Public property Surface1 Property that represents the first surface of intersection.
Public property Surface2 Property that represents the second surface of intersection.
Public property Tolerance Property that represents the tolerance for determining intersections.
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Top
Methods
  Name Description
Public method Clone Clones this entity and returns a handle to the cloned entity.
(Inherited from Entity3d)
Public methodStatic member Create Creates an object based on the passed pointer and returns a handle to the created object.
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Protected method DeleteUnmanagedObject
(Inherited from Entity3d)
Public method Dispose
(Inherited from DisposableWrapper)
Protected method Dispose(Boolean)
(Inherited from DisposableWrapper)
Public method Equals Checks objects for equality.
(Inherited from DisposableWrapper)
Protected method Finalize
(Inherited from DisposableWrapper)
Public method GetDimension Returns the dimension of the intersection point by its index.
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetIntersectionConfigurations Retrieves the surface configurations on either side of the intersection. Currently not implemented.
Public method GetIntersectPointParameters Retrieves the parameter pairs (U, V) for the specified intersection point with respect to each surface.
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetType
(Inherited from Object)
Public method GetType(Int32) Retrieves the type of the specified intersection. Currently not implemented.
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method IntersectCurve Retrieves the 3D curve representing the specified intersection.
Public method IntersectParameterCurve Retrieves the 2D curve representing the specified intersection.
Public method IntersectPoint Retrieves the 3D intersection point at the specified index.
Public method IsEqualTo(Entity3d) Checks whether this entity is equal to the specified entity.
(Inherited from Entity3d)
Public method IsEqualTo(Entity3d, Tolerance) Checks whether this entity is equal to the specified entity within a geometric tolerance.
(Inherited from Entity3d)
Public method IsOn(Point3d) Checks whether the specified point is on this entity.
(Inherited from Entity3d)
Public method IsOn(Point3d, Tolerance) Checks whether the specified point is on this entity according to a geometric tolerance.
(Inherited from Entity3d)
Protected method MemberwiseClone
(Inherited from Object)
Protected method MemberwiseClone(Boolean)
(Inherited from MarshalByRefObject)
Public method Mirror Mirrors this entity about the specified plane.
(Inherited from Entity3d)
Public method RotateBy Rotates this entity by the specified angle about the axis defined by the point and the vector.
(Inherited from Entity3d)
Public method ScaleBy Scales this entity by the scale factor about the specified point.
(Inherited from Entity3d)
Public method Set(Surface, Surface) Sets surfaces for an intersection.
Public method Set(Surface, Surface, Tolerance) Sets surfaces for an intersection and a tolerance to compute intersections.
Public method ToString
(Inherited from Object)
Public method TransformBy Applies the specified 2D transformation matrix to this entity.
(Inherited from Entity3d)
Public method TranslateBy Translates this entity by applying a 3D translation vector.
(Inherited from Entity3d)
Top
See Also

©  Bricsys NV. All rights reserved.