Share

PartComponentDefinition.WorkPoints Property

Parent Object: PartComponentDefinition

Description

Property that returns the WorkPoints collection object.

Syntax

PartComponentDefinition.WorkPoints() As WorkPoints

Property Value

This is a read only property whose value is a WorkPoints.

Samples

Name Description
Loft Feature With Non-Planar Section This sample demonstrates the creation of a loft feature. It uses two sections for the loft, one is from a 2d sketch and the other is a non-planar section from a 3d sketch. Because one of the sketches isn't planar, a surface is created instead of a solid.
Work point at mass center This sample demonstrates creating a fixed work point and edit its position. It does this by computing the the center of mass of the part and creating a work point at that position. Subsequent runs of the sample reposition the work point at the new center of mass.
Create and Edit an Extrude Feature with a pocket This sample demonstrates how to edit an extrude feature. It shows how to create a sketch plane at a specified orientation to existing geometry.
Sketch Add Oriented This sample demonstrates the creation of a sketch using the Sketches.AddWithOrientation method.
Create sheet metal face and cut features This sample demonstrates the creation of sheet metal face and cut features.
UCS by three points This sample demonstrates the creation of a User Coordinate System (UCS) based on 3 points that define the origin, x-direction and y-direction for the UCS.

Version

Introduced in version 4

Was this information helpful?