SurfaceBodyDefinition Object
Description
The SurfaceBodyDefinition represents a transient definition of a B-Rep object.
Methods
CreateTransientSurfaceBody |
Method that creates a transient SurfaceBody object based on the B-Rep defined within this SurfaceBodyDefinition object. |
Properties
Application |
Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
EdgeDefinitions |
Property that returns the collection of EdgeDefinition objects associated with this SurfaceBodyDefinition object. |
LumpDefinitions |
Property that returns the collection of LumpDefinition objects associated with this SurfaceBodyDefinition object. The primary use of the LumpDefinitions collection is to create new LumpDefinition objects. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
VertexDefinitions |
Property that returns the collection of VertexlDefinition objects associated with this SurfaceBodyDefinition object. The primary use of the VertexDefinitions collection is to create new VertexDefinition objects. |
Accessed From
TransientBRep.CreateSurfaceBodyDefinition
Samples
Transient solid body creation |
The following sample demonstrates the creation of a transient solid block body. The newly created body is then displayed using client graphics in a part. |
Transient surface body creation |
The following sample demonstrates the creation of a transient surface body consisting of a single rectangular face. The body is created in transient space and then copied over to a part document as a base feature. |
Transient B-Rep Ruled Surface with Lines |
Demonstrate creating a transient ruled surface. This sample uses all straight line segments for each of the sections. A part document must be open. |
Transient B-Rep Ruled Surface with Arc and Line |
Demonstrate creating a transient ruled surface. This sample uses straight line segments for once section and an arc for the second. A part document must be open. |
Version
Introduced in version 2011