FromEntityStartDefinition.create Method
Parent Object:
FromEntityStartDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/FromEntityStartDefinition.h>
Description
Statically creates a new FromEntityStartDefinition object. This is used as input when create a new feature and defining the starting condition.
Syntax
This is a static method.
returnValue = adsk.fusion.FromEntityStartDefinition.create(entity, offset)
|
This is a static method.
#include <Fusion/Features/FromEntityStartDefinition.h>
returnValue = adsk::fusion::FromEntityStartDefinition::create(entity, offset);
|
Return Value
Parameters
entity |
Base |
An input construction plane or face that defines the start of the feature. If a face is specified it must be large enough to completely contain the projected profile. |
offset |
ValueInput |
An input ValueInput objects that defines the offset distance from the specified entity. The offset can be positive or negative. A positive value indicates an offset in the same direction as the positive normal direction of the face. |
Samples
Version
Introduced in version November 2016