Share

TransientGeometry.CreatePoint Method

Parent Object: TransientGeometry

Description

Method that creates a new Point object.

Syntax

TransientGeometry.CreatePoint( [XCoord] As Double, [YCoord] As Double, [ZCoord] As Double ) As Point

Parameters

Name Type Description
XCoord Double Input Double that specifies the point's X-coordinate.

This is an optional argument whose default value is 0.0.
YCoord Double Input Double that specifies the Point's Y-coordinate.

This is an optional argument whose default value is 0.0.
ZCoord Double Input Double that specifies the point's Z-coordinate.

This is an optional argument whose default value is 0.0.

Samples

Name Description
Assembly Add Occurrence This sample demonstrates placing an assembly occurrence.
SurfaceBody Copy This sample demonstrates copying a surface body from one part to another. This is equivalent to the Promote command, but the API is much more flexible. In order for the sample to be self-contained, it creates two parts on the fly that will be used to demonstrate copying a body from one part to another. When copying a body into a part, you provide the surface body and a matrix to define its position in the new part. This sample creates a matrix based on the position of these parts within an assembly.
Is cylindrical face interior or exterior? This sample shows how to determine whether the selected cylindircal face is an exterior face or an interior (hollow) face.
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 from Face Silhouette This sample creates a cylindrical solid, creates a new sketch plane and creates some new sketch lines from the actual edges and the apparent (silhouette) edges of the cylinder.
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.
Sweep Feature Add This sample demonstrates the creation of a sweep feature. The profile is a circle, but the path is made up of a 3D sketch and a 2D sketch.

Version

Introduced in version 4

Was this information helpful?