Share

RuledSurfaceDefinition Object


Description

The RuledSurfaceDefinition Object represents the definition for a RuledSurfaceFeature Object.

Methods

Name Description
Copy Method that creates a copy of this RuledSurfaceDefinition Object. The new RuledSurfaceDefinition Object is independent of any RuledSurfaceFeature Object.
SetToNormal Method that sets ruled surface to normal to face type.
SetToSweep Method that sets ruled surface to sweep type.
SetToTangent Method that sets ruled surface to tangent to face type.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
Distance Read-write property that gets and sets the the extend distance of the ruled surface.
DraftAngle Read-write property that gets and sets the draft angle of the ruled surface.
FlipExtendDirection Read-write property that gets and sets whether to flip the extend direction of the ruled surface.
GeneratrixCurves Read-write property that gets and sets the generatrix curves base on which to create the ruled surface.
Parent Gets the parent object from whom this object can logically be reached.
RuledSurfaceType Read-only property that returns the ruled surface type.
Type Gets the constant that indicates the type of this object.
Vector Read-write property that gets and sets the extend direction of the ruled surface.

Accessed From

RuledSurfaceDefinition.Copy, RuledSurfaceFeature.Definition, RuledSurfaceFeatureProxy.Definition, RuledSurfaceFeatures.CreateDefinition

Version

Introduced in version 2016

Was this information helpful?