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: 24.2.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
(Inherited from DisposableWrapper)
Public property IsDisposed
(Inherited from DisposableWrapper)
Public property NumResults  
Public property Surface1  
Public property Surface2  
Public property Tolerance  
Public property UnmanagedObject
(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 Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(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
(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
(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 Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method GetType(Int32) Retrieves the type of the specified intersection. Currently not implemented.
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance.
(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 Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object.
(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 Returns a string that represents the current object.
(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.