Click or drag to resize

ImplicitPointEntity Class

Sketch implicit point entity.
Inheritance Hierarchy

Namespace:  Demo3D.Sketch
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public sealed class ImplicitPointEntity : PointEntity

The ImplicitPointEntity type exposes the following members.

Constructors
  NameDescription
Public methodImplicitPointEntity
Initializes a new instance of the ImplicitPointEntity class
Top
Properties
Methods
  NameDescription
Public methodProject (Inherited from PointEntity.)
Public methodRaisePropertiesChanged
Raise an PropertyChanged event for each value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(PropertyChangedEventArgs)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Public methodRaisePropertyChanged(String)
Raise an PropertyChanged event for the specified value.
(Inherited from BindableBase.)
Public methodSerializableDependency(SerializableObject) (Inherited from Entity.)
Public methodSerializableDependency(Visual) (Inherited from Entity.)
Public methodToString (Inherited from PointEntity.)
Top
Remarks
An implicit point entity is defined implicitly by an equation on some sketch parameters. For example, the start and end points of an arc are implicitly defined by the arc's center point, radius, start angle and swept angle. The position of an implicit point entity cannot be set directly.
See Also