Edge Class

This class represents a B-Rep edge. Edges are primary BREP elements with associated geometries: curves.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    Teigha.RuntimeDisposableWrapper
      Teigha.BoundaryRepresentationBrepEntity
        Teigha.BoundaryRepresentationEdge

Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll) Version: 0.0.0.0
Syntax
public sealed class Edge : BrepEntity

The Edge type exposes the following members.

Constructors
  Name Description
Public method Edge Constructor for the Edge class.
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 BoundBlock Property that represents the entity geometric bounds.
(Inherited from BrepEntity)
Public property Brep Property that represents the owner of this entity object. For internal use only.
(Inherited from BrepEntity)
Public property Curve Property that represents the underlying curve of this Edge entity as a Curve3d instance.
Public property IsDisposed Property that indicates whether pointer to native code unmanaged object == IntPtr::Zero.
(Inherited from DisposableWrapper)
Public property IsNull Property that represents the entity is NULL.
(Inherited from BrepEntity)
Public property IsOrientToCurve Property that indicates whether the orientation of the edge from vertex 1 to vertex 2 is the same as the orientation of the curve parameterization.
Public property Loops Property that represents the loops in which this edge participates.
Public property SubentityPath Property that represents the full subentity path of this entity object. A FullSubentityPath object consists of a SubentId object and an ordered array of Object IDs. The SubentId consists the index and subentType of the object. The array of Object IDs defines the path to the subentity from the outermost entity to the entity containing the subentity.
(Inherited from BrepEntity)
Public property UnmanagedObject Property that represents a pointer to an unmanaged object.
(Inherited from DisposableWrapper)
Public property ValidationLevel Property that represents the validation level. Can be one of the following: * ValidationLevel::FullValidation - Full validation. * ValidationLevel::NoValidation - No validation.
(Inherited from BrepEntity)
Public property Vertex1 Property that represents the start vertex of this Edge entity.
Public property Vertex2 Property that represents the end vertex of this Edge entity.
Top
Methods
  Name Description
Public method CheckEntity Validates the element.
(Inherited from BrepEntity)
Public method CreateObjRef
(Inherited from MarshalByRefObject)
Public method Dispose
(Inherited from DisposableWrapper)
Public method Equals Checks objects for equality.
(Inherited from BrepEntity)
Public method GetCurveAsNurb Gets an underlying curve of this Edge entity as NurbCurve3d instance.
Public method GetHashCode Retrieves the object hash code.
(Inherited from DisposableWrapper)
Public method GetLifetimeService
(Inherited from MarshalByRefObject)
Public method GetLineContainment Gets the number of line containment hits and the array of contexted hit objects.
(Inherited from BrepEntity)
Public method GetLoopsStartingFrom Gets an edge loop collection containing this edge and the specified boundary loop.
Public method GetMassProperties Provides the mass properties for the entity. The mass properties are returned as an instance of MassProperties class. The mass properties are applicable for those entities, that represent topology objects having the volume property.
(Inherited from BrepEntity)
Public method GetMassProperties(Double) Provides the mass properties for the entity. The mass properties are returned as an instance of MassProperties class. The density is used for the mass properties scaling and is the analogue of the physical value of the density of materials. The mass properties are applicable for those entities, that represent topology objects having the volume property.
(Inherited from BrepEntity)
Public method GetMassProperties(Double, Double) Provides the mass properties for the entity. The mass properties are returned as an instance of MassProperties class. The density is used for the mass properties scaling and is the analogue of the physical value of the density of materials. The mass properties are applicable for those entities, that represent topology objects having the volume property.
(Inherited from BrepEntity)
Public method GetMassProperties(Double, Double, Double) Provides the mass properties for the entity. The mass properties are returned as an instance of MassProperties class. The density is used for the mass properties scaling and is the analogue of the physical value of the density of materials. The mass properties are applicable for those entities, that represent topology objects having the volume property.
(Inherited from BrepEntity)
Public method GetPerimeterLength Gets the perimeter length of the entity. The perimeter length property is applicable for most entities, that represent plane figures and some 3D figures.
(Inherited from BrepEntity)
Public method GetPerimeterLength(Double) Gets the perimeter length of the entity. The perimeter length property is applicable for most entities, that represent plane figures and some 3D figures.
(Inherited from BrepEntity)
Public method GetPerimeterLength(Double, Double) Gets the perimeter length of the entity. The perimeter length property is applicable for most entities, that represent plane figures and some 3D figures.
(Inherited from BrepEntity)
Public method GetPointContainment Gets the point containment and the corresponding container entity.
(Inherited from BrepEntity)
Public method GetSurfaceArea Gets the surface area of the entity. The surface area property is applicable for most entities, that represent volumetric figures.
(Inherited from BrepEntity)
Public method GetSurfaceArea(Double) Gets the surface area of the entity. The surface area property is applicable for most entities, that represent volumetric figures.
(Inherited from BrepEntity)
Public method GetSurfaceArea(Double, Double) Gets the surface area of the entity. The surface area property is applicable for most entities, that represent volumetric figures.
(Inherited from BrepEntity)
Public method GetType
(Inherited from Object)
Public method GetVolume Provides the volume of the entity as a double value. The volume property is applicable for most entities, that represent volumetric figures.
(Inherited from BrepEntity)
Public method GetVolume(Double) Provides the volume of the entity as a double value. The volume property is applicable for most entities, that represent volumetric figures.
(Inherited from BrepEntity)
Public method GetVolume(Double, Double) Provides the volume of the entity as a double value. The volume property is applicable for most entities, that represent volumetric figures.
(Inherited from BrepEntity)
Public method InitializeLifetimeService
(Inherited from MarshalByRefObject)
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.