public static class Sketch.ConstraintGeometryHelp extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
double |
parameter
Ignored unless type is Parameter.
|
Point3d |
point
Ignored unless type is Point
|
Sketch.ConstraintGeometryHelpType |
type
Point or Parameter
|
Constructor and Description |
---|
ConstraintGeometryHelp() |
ConstraintGeometryHelp(Sketch.ConstraintGeometryHelpType typeInitial,
Point3d pointInitial,
double parameterInitial)
Constructor for the ConstraintGeometryHelp object.
|
public Sketch.ConstraintGeometryHelpType type
public Point3d point
public double parameter
public ConstraintGeometryHelp()
public ConstraintGeometryHelp(Sketch.ConstraintGeometryHelpType typeInitial, Point3d pointInitial, double parameterInitial)
typeInitial
- Point or ParameterpointInitial
- Ignored unless type is PointparameterInitial
- Ignored unless type is Parameter.
Represents a parameter, typically along a curveCopyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.