Method that creates a sketch block instance based on the \input definition. The newly created SketchBlock object is returned.
Name | Type | Description |
Definition | SketchBlockDefinition | Input SketchBlockDefinition that specifies the definition to create the instance from. |
Position | Point2d | Input Point2d object that specifies the placement point for the block in sketch space. The block is placed such that the insertion point of the sketch block definition coincides with this point. |
Name | Description |
Create and insert a sketch block definition into a part sketch | This sample demonstrates inserting a sketch block into a part sketch. |